Class Neo4jAnyTemplateRealm
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractAnyTemplate
org.apache.syncope.core.persistence.neo4j.entity.Neo4jAnyTemplateRealm
- All Implemented Interfaces:
Serializable,AnyTemplate,AnyTemplateRealm,Entity
@Node("AnyTemplateRealm")
public class Neo4jAnyTemplateRealm
extends AbstractAnyTemplate
implements AnyTemplateRealm
- See Also:
-
Field Summary
FieldsFields 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
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAnyTemplate
get, getAnyType, set, setAnyTypeMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
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.AnyTemplate
get, getAnyType, set, setAnyType
-
Field Details
-
NODE
- See Also:
-
REALM_ANY_TEMPLATE_REL
- See Also:
-
-
Constructor Details
-
Neo4jAnyTemplateRealm
public Neo4jAnyTemplateRealm()
-
-
Method Details
-
getRealm
- Specified by:
getRealmin interfaceAnyTemplateRealm
-
setRealm
- Specified by:
setRealmin interfaceAnyTemplateRealm
-