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
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.Neo4jSchema
LABEL_TYPEREF
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
boolean
boolean
void
setAnyTypeClass
(AnyTypeClass anyTypeClass) void
setExpression
(String expression) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.Neo4jSchema
getLabel, getLabels, json2map, map2json, postLoad, postSave
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractProvidedKeyNode
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getExpression
in interfaceDerSchema
-
setExpression
- Specified by:
setExpression
in interfaceDerSchema
-
getType
-
getMandatoryCondition
- Specified by:
getMandatoryCondition
in interfaceSchema
-
isMultivalue
public boolean isMultivalue()- Specified by:
isMultivalue
in interfaceSchema
-
isUniqueConstraint
public boolean isUniqueConstraint()- Specified by:
isUniqueConstraint
in interfaceSchema
-
isReadonly
public boolean isReadonly()- Specified by:
isReadonly
in interfaceSchema
-
getAnyTypeClass
- Specified by:
getAnyTypeClass
in interfaceSchema
-
setAnyTypeClass
- Specified by:
setAnyTypeClass
in interfaceSchema
-