Uses of Enum
com.orientechnologies.orient.core.db.record.ORecordElement.STATUS
Packages that use ORecordElement.STATUS
Package
Description
-
Uses of ORecordElement.STATUS in com.orientechnologies.orient.core.db.record
Methods in com.orientechnologies.orient.core.db.record that return ORecordElement.STATUSModifier and TypeMethodDescriptionstatic ORecordElement.STATUSReturns the enum constant of this type with the specified name.static ORecordElement.STATUS[]ORecordElement.STATUS.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ORecordElement.STATUS in com.orientechnologies.orient.core.record
Fields in com.orientechnologies.orient.core.record declared as ORecordElement.STATUSMethods in com.orientechnologies.orient.core.record that return ORecordElement.STATUSModifier and TypeMethodDescriptionORecord.getInternalStatus()Returns the current status of the record.ORecordAbstract.getInternalStatus()Methods in com.orientechnologies.orient.core.record with parameters of type ORecordElement.STATUSModifier and TypeMethodDescriptionvoidORecord.setInternalStatus(ORecordElement.STATUS iStatus) Changes the current internal status.voidORecordAbstract.setInternalStatus(ORecordElement.STATUS iStatus) -
Uses of ORecordElement.STATUS in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that return ORecordElement.STATUSModifier and TypeMethodDescriptionOEdgeDelegate.getInternalStatus()OVertexDelegate.getInternalStatus()Methods in com.orientechnologies.orient.core.record.impl with parameters of type ORecordElement.STATUSModifier and TypeMethodDescriptionvoidOEdgeDelegate.setInternalStatus(ORecordElement.STATUS iStatus) voidOVertexDelegate.setInternalStatus(ORecordElement.STATUS iStatus)