
public class OClassRemote extends OClassImpl
OClass.ATTRIBUTES, OClass.INDEX_TYPEclusterIds, name, owner, propertiesdocumentEDGE_CLASS_NAME, VERTEX_CLASS_NAME| Modifier | Constructor and Description |
|---|---|
protected |
OClassRemote(OSchemaShared iOwner,
ODocument iDocument,
String iName) |
protected |
OClassRemote(OSchemaShared iOwner,
String iName) |
protected |
OClassRemote(OSchemaShared iOwner,
String iName,
int[] iClusterIds) |
| Modifier and Type | Method and Description |
|---|---|
OClass |
addCluster(String clusterNameOrId) |
OClass |
addClusterId(int clusterId) |
protected OProperty |
addProperty(String propertyName,
OType type,
OType linkedType,
OClass linkedClass,
boolean unsafe) |
OClass |
addSuperClass(OClass superClass) |
void |
clearCustom() |
protected OPropertyImpl |
createPropertyInstance(ODocument p) |
void |
dropProperty(String propertyName) |
OClass |
removeClusterId(int clusterId) |
OClass |
removeSuperClass(OClass superClass) |
OClass |
setAbstract(boolean isAbstract) |
OClass |
setClusterSelection(String value) |
OClassImpl |
setCustom(String name,
String value) |
OClass |
setDescription(String iDescription) |
OClassImpl |
setEncryption(String iValue) |
OClass |
setName(String name) |
OClass |
setOverSize(float overSize) |
OClass |
setShortName(String shortName) |
OClass |
setStrictMode(boolean isStrict) |
OClass |
setSuperClasses(List<? extends OClass> classes) |
OClass |
truncateCluster(String clusterName) |
acquireSchemaReadLock, acquireSchemaWriteLock, addClusterIdInternal, addClusters, addSuperClassInternal, areIndexed, areIndexed, checkEmbedded, checkParametersConflict, checkParametersConflict, checkPersistentPropertyType, clearCustomInternal, compareTo, count, count, createIndex, createIndex, createIndex, createIndex, createIndex, createProperty, createProperty, createProperty, createProperty, createProperty, declaredProperties, decodeClassName, dropPropertyInternal, equals, existsProperty, extractFieldTypes, fireDatabaseMigration, firePropertyNameMigration, fromStream, get, getAllBaseClasses, getAllSubclasses, getAllSuperClasses, getAutoShardingIndex, getBaseClasses, getClassIndex, getClassIndexes, getClassIndexes, getClassInvolvedIndexes, getClassInvolvedIndexes, getClassOverSize, getClusterForNewInstance, getClusterIds, getClusterSelection, getCustom, getCustomInternal, getCustomKeys, getDatabase, getDefaultClusterId, getDescription, getEscapedName, getIndexedProperties, getIndexedProperties, getIndexes, getIndexes, getInvolvedIndexes, getInvolvedIndexes, getName, getOverSize, getOwner, getPolymorphicClusterIds, getProperty, getShortName, getSize, getStreamableName, getSubclasses, getSuperClass, getSuperClasses, getSuperClassesNames, hasClusterId, hashCode, hasPolymorphicClusterId, hasSuperClasses, isAbstract, isEdgeType, isStrictMode, isSubClassOf, isSubClassOf, isSuperClassOf, isVertexType, onPostIndexManagement, properties, propertiesMap, readableClusters, releaseSchemaReadLock, releaseSchemaWriteLock, releaseSchemaWriteLock, reload, removeBaseClassInternal, removeClusterIdInternal, removeCustom, removeSuperClassInternal, renameProperty, set, setAbstractInternal, setClusterSelection, setClusterSelectionInternal, setClusterSelectionInternal, setCustomInternal, setDefaultClusterId, setDescriptionInternal, setEncryptionInternal, setNameInternal, setOverSizeInternal, setShortNameInternal, setStrictModeInternal, setSuperClass, setSuperClassesByNames, setSuperClassesInternal, toStream, toString, truncate, truncateClusterInternal, validatePropertyNamefromStream, load, load, reload, save, savegetDocument, load, load, reloadprotected OClassRemote(OSchemaShared iOwner, String iName)
protected OClassRemote(OSchemaShared iOwner, String iName, int[] iClusterIds)
protected OClassRemote(OSchemaShared iOwner, ODocument iDocument, String iName)
protected OProperty addProperty(String propertyName, OType type, OType linkedType, OClass linkedClass, boolean unsafe)
addProperty in class OClassImplpublic OClassImpl setEncryption(String iValue)
setEncryption in class OClassImplpublic OClassImpl setCustom(String name, String value)
public void clearCustom()
protected OPropertyImpl createPropertyInstance(ODocument p)
createPropertyInstance in class OClassImplpublic OClass setStrictMode(boolean isStrict)
public OClass addClusterId(int clusterId)
public OClass removeClusterId(int clusterId)
public void dropProperty(String propertyName)
public OClass setOverSize(float overSize)
public OClass setAbstract(boolean isAbstract)
Copyright © 2009–2017 OrientDB. All rights reserved.