Class ODocumentInternal
java.lang.Object
com.orientechnologies.orient.core.record.impl.ODocumentInternal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddOwner(ODocument oDocument, ORecordElement iOwner) static voidautoConvertValueToClass(ODatabaseDocumentInternal database, ODocument doc) static voidcheckClass(ODocument doc, ODatabaseDocumentInternal database) static voidclearTrackData(ODocument document) static voidstatic voidstatic voidfillClassNameIfNeeded(ODocument oDocument, String className) static List<Map.Entry<String, ODocumentEntry>> filteredEntries(ODocument document) static OGlobalPropertygetGlobalPropertyById(ODocument oDocument, int id) static OImmutableSchemagetImmutableSchema(ODocument oDocument) static OImmutableClassgetImmutableSchemaClass(ODatabaseDocumentInternal database, ODocument oDocument) static OImmutableClassgetImmutableSchemaClass(ODocument oDocument) static OPropertyAccessstatic OPropertyEncryptionstatic ObjectgetRawProperty(ODocument doc, String propertyName) static booleanrawContainsField(ODocument oDocument, String iFiledName) static Set<Map.Entry<String, ODocumentEntry>> rawEntries(ODocument document) static ODocumentEntrystatic voidstatic <RET> RETrawPropertyRead(OElement element, String propertyName) static voidremoveOwner(ODocument oDocument, ORecordElement iOwner) static voidsetPropertyAccess(ODocument doc, OPropertyAccess propertyAccess) static voidsetPropertyEncryption(ODocument doc, OPropertyEncryption propertyEncryption)
-
Constructor Details
-
ODocumentInternal
public ODocumentInternal()
-
-
Method Details
-
convertAllMultiValuesToTrackedVersions
-
addOwner
-
removeOwner
-
rawField
-
rawContainsField
-
getImmutableSchemaClass
public static OImmutableClass getImmutableSchemaClass(ODatabaseDocumentInternal database, ODocument oDocument) -
getImmutableSchemaClass
-
getImmutableSchema
-
getGlobalPropertyById
-
fillClassNameIfNeeded
-
rawEntries
-
rawEntry
-
filteredEntries
-
clearTrackData
-
checkClass
-
autoConvertValueToClass
-
getRawProperty
-
rawPropertyRead
-
setPropertyAccess
-
getPropertyAccess
-
setPropertyEncryption
-
getPropertyEncryption
-
clearTransactionTrackData
-
iteratePropertieNames
-