Package com.arcadedb.schema
Interface EdgeType
-
- All Superinterfaces:
DocumentType
- All Known Implementing Classes:
LocalEdgeType
public interface EdgeType extends DocumentType
Schema Edge Type.- Author:
- Luca Garulli ([email protected])
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default byte
getType()
default MutableDocument
newRecord()
-
Methods inherited from interface com.arcadedb.schema.DocumentType
addBucket, addSuperType, addSuperType, createProperty, createProperty, createProperty, createProperty, createProperty, createTypeIndex, createTypeIndex, createTypeIndex, createTypeIndex, dropProperty, existsPolymorphicProperty, existsProperty, getAllIndexes, getBucketIdByRecord, getBucketIds, getBucketIndexByKeys, getBuckets, getBucketSelectionStrategy, getCustomKeys, getCustomValue, getEvents, getFirstBucketId, getIndexesByProperties, getIndexesByProperties, getInvolvedBuckets, getName, getOrCreateProperty, getOrCreateProperty, getOrCreateProperty, getOrCreateProperty, getOrCreateProperty, getOrCreateTypeIndex, getOrCreateTypeIndex, getOrCreateTypeIndex, getOrCreateTypeIndex, getPolymorphicBucketIndexByBucketId, getPolymorphicIndexByProperties, getPolymorphicIndexByProperties, getPolymorphicProperties, getPolymorphicPropertiesWithDefaultDefined, getPolymorphicProperty, getPolymorphicPropertyIfExists, getPolymorphicPropertyNames, getProperties, getProperty, getPropertyIfExists, getPropertyNames, getSchema, getSubTypes, getSuperTypes, hasBucket, instanceOf, isSubTypeOf, isSuperTypeOf, isTheSameAs, removeBucket, removeSuperType, removeSuperType, setBucketSelectionStrategy, setBucketSelectionStrategy, setCustomValue, setSuperTypes, toJSON
-
-
-
-
Method Detail
-
newRecord
default MutableDocument newRecord()
- Specified by:
newRecord
in interfaceDocumentType
-
getType
default byte getType()
- Specified by:
getType
in interfaceDocumentType
-
-