Uses of Interface
com.orientechnologies.orient.core.metadata.schema.OGlobalProperty
Packages that use OGlobalProperty
Package
Description
-
Uses of OGlobalProperty in com.orientechnologies.orient.client.remote.metadata.schema
Constructors in com.orientechnologies.orient.client.remote.metadata.schema with parameters of type OGlobalProperty -
Uses of OGlobalProperty in com.orientechnologies.orient.core.metadata.schema
Classes in com.orientechnologies.orient.core.metadata.schema that implement OGlobalPropertyFields in com.orientechnologies.orient.core.metadata.schema declared as OGlobalPropertyMethods in com.orientechnologies.orient.core.metadata.schema that return OGlobalPropertyModifier and TypeMethodDescriptionOImmutableSchema.createGlobalProperty(String name, OType type, Integer id) OSchema.createGlobalProperty(String name, OType type, Integer id) OSchemaProxy.createGlobalProperty(String name, OType type, Integer id) OSchemaShared.createGlobalProperty(String name, OType type, Integer id) protected OGlobalPropertyOSchemaShared.findOrCreateGlobalProperty(String name, OType type) OImmutableSchema.getGlobalPropertyById(int id) OSchema.getGlobalPropertyById(int id) OSchemaProxy.getGlobalPropertyById(int id) OSchemaShared.getGlobalPropertyById(int id) Methods in com.orientechnologies.orient.core.metadata.schema that return types with arguments of type OGlobalPropertyModifier and TypeMethodDescriptionOImmutableSchema.getGlobalProperties()OSchema.getGlobalProperties()OSchemaProxy.getGlobalProperties()OSchemaShared.getGlobalProperties()Methods in com.orientechnologies.orient.core.metadata.schema with parameters of type OGlobalPropertyModifier and TypeMethodDescriptionprotected OPropertyEmbeddedOClassEmbedded.createPropertyInstance(OGlobalProperty global) Constructors in com.orientechnologies.orient.core.metadata.schema with parameters of type OGlobalPropertyModifierConstructorDescriptionprotectedOPropertyEmbedded(OClassImpl oClassImpl, OGlobalProperty global) OPropertyImpl(OClassImpl oClassImpl, OGlobalProperty global) -
Uses of OGlobalProperty in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that return OGlobalPropertyModifier and TypeMethodDescriptionprotected OGlobalPropertyODocument.getGlobalPropertyById(int id) static OGlobalPropertyODocumentInternal.getGlobalPropertyById(ODocument oDocument, int id) -
Uses of OGlobalProperty in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OGlobalPropertyModifier and TypeMethodDescriptionstatic OGlobalPropertyHelperClasses.getGlobalProperty(ODocument document, int len) -
Uses of OGlobalProperty in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema that return OGlobalPropertyModifier and TypeMethodDescriptionOSchemaProxyObject.createGlobalProperty(String name, OType type, Integer id) OSchemaProxyObject.getGlobalPropertyById(int id) Methods in com.orientechnologies.orient.object.metadata.schema that return types with arguments of type OGlobalProperty -
Uses of OGlobalProperty in com.orientechnologies.orient.server.distributed.impl.metadata
Methods in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OGlobalPropertyModifier and TypeMethodDescriptionprotected OPropertyEmbeddedOClassDistributed.createPropertyInstance(OGlobalProperty global) Constructors in com.orientechnologies.orient.server.distributed.impl.metadata with parameters of type OGlobalPropertyModifierConstructorDescriptionOPropertyDistributed(OClassImpl oClassImpl, OGlobalProperty global)