Class Neo4jDerSchema
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jSchema
org.apache.syncope.core.persistence.neo4j.entity.Neo4jDerSchema
- All Implemented Interfaces:
Serializable,DerSchema,Entity,ProvidedKeyEntity,Schema
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.Neo4jSchema
LABEL_TYPEREFFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanbooleanbooleanvoidsetAnyTypeClass(AnyTypeClass anyTypeClass) voidsetExpression(String expression) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.Neo4jSchema
getLabel, getLabels, json2map, map2json, postLoad, postSaveMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jDerSchema
public Neo4jDerSchema()
-
-
Method Details
-
getExpression
- Specified by:
getExpressionin interfaceDerSchema
-
setExpression
- Specified by:
setExpressionin interfaceDerSchema
-
getType
-
getMandatoryCondition
- Specified by:
getMandatoryConditionin interfaceSchema
-
isMultivalue
public boolean isMultivalue()- Specified by:
isMultivaluein interfaceSchema
-
isUniqueConstraint
public boolean isUniqueConstraint()- Specified by:
isUniqueConstraintin interfaceSchema
-
isReadonly
public boolean isReadonly()- Specified by:
isReadonlyin interfaceSchema
-
getAnyTypeClass
- Specified by:
getAnyTypeClassin interfaceSchema
-
setAnyTypeClass
- Specified by:
setAnyTypeClassin interfaceSchema
-