| Modifier and Type | Class and Description |
|---|---|
class |
OGlobalPropertyImpl |
| Modifier and Type | Field and Description |
|---|---|
protected OGlobalProperty |
OPropertyImpl.globalRef |
| Modifier and Type | Method and Description |
|---|---|
OGlobalProperty |
OSchemaProxy.createGlobalProperty(String name,
OType type,
Integer id) |
OGlobalProperty |
OSchema.createGlobalProperty(String name,
OType type,
Integer id) |
OGlobalProperty |
OSchemaShared.createGlobalProperty(String name,
OType type,
Integer id) |
OGlobalProperty |
OImmutableSchema.createGlobalProperty(String name,
OType type,
Integer id) |
protected OGlobalProperty |
OSchemaShared.findOrCreateGlobalProperty(String name,
OType type) |
OGlobalProperty |
OSchemaProxy.getGlobalPropertyById(int id) |
OGlobalProperty |
OSchema.getGlobalPropertyById(int id) |
OGlobalProperty |
OSchemaShared.getGlobalPropertyById(int id) |
OGlobalProperty |
OImmutableSchema.getGlobalPropertyById(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<OGlobalProperty> |
OSchemaProxy.getGlobalProperties() |
List<OGlobalProperty> |
OSchema.getGlobalProperties() |
List<OGlobalProperty> |
OSchemaShared.getGlobalProperties() |
List<OGlobalProperty> |
OImmutableSchema.getGlobalProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected OPropertyEmbedded |
OClassEmbedded.createPropertyInstance(OGlobalProperty global) |
| Constructor and Description |
|---|
OPropertyEmbedded(OClassImpl oClassImpl,
OGlobalProperty global) |
OPropertyImpl(OClassImpl oClassImpl,
OGlobalProperty global) |
OPropertyRemote(OClassImpl oClassImpl,
OGlobalProperty global) |
| Modifier and Type | Method and Description |
|---|---|
protected OGlobalProperty |
ODocument.getGlobalPropertyById(int id) |
static OGlobalProperty |
ODocumentInternal.getGlobalPropertyById(ODocument oDocument,
int id) |
| Modifier and Type | Method and Description |
|---|---|
protected OGlobalProperty |
ORecordSerializerBinaryV0.getGlobalProperty(ODocument document,
int len) |
| Modifier and Type | Method and Description |
|---|---|
OGlobalProperty |
OSchemaProxyObject.createGlobalProperty(String name,
OType type,
Integer id) |
OGlobalProperty |
OSchemaProxyObject.getGlobalPropertyById(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<OGlobalProperty> |
OSchemaProxyObject.getGlobalProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected OPropertyEmbedded |
OClassDistributed.createPropertyInstance(OGlobalProperty global) |
| Constructor and Description |
|---|
OPropertyDistributed(OClassImpl oClassImpl,
OGlobalProperty global) |
Copyright © 2009–2025 OrientDB. All rights reserved.