Class AbstractAny
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.AbstractAttributable
org.apache.syncope.core.persistence.neo4j.entity.AbstractAny
- All Implemented Interfaces:
Serializable,Any,Attributable,Entity
- Direct Known Subclasses:
AbstractRelatable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Neo4jGroupstatic final Stringprotected Neo4jUserstatic final StringFields 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 TypeMethodDescriptiongetRealm()voidsetCreationContext(String creationContext) voidsetCreationDate(OffsetDateTime creationDate) voidsetCreator(String creator) voidsetGManager(Group gManager) voidsetLastChangeContext(String lastChangeContext) voidsetLastChangeDate(OffsetDateTime lastChangeDate) voidsetLastModifier(String lastModifier) voidvoidvoidsetUManager(User uManager) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAttributable
add, completePlainAttrs, doComplete, getPlainAttr, getPlainAttrs, plainAttrs, removeMethods 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.Any
add, add, getAuxClasses, getResources, getType, setTypeMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Field Details
-
USER_MANAGER_REL
- See Also:
-
GROUP_MANAGER_REL
- See Also:
-
uManager
@Relationship(type="USER_MANAGER", direction=OUTGOING, cascadeUpdates=false) protected Neo4jUser uManager -
gManager
@Relationship(type="GROUP_MANAGER", direction=OUTGOING, cascadeUpdates=false) protected Neo4jGroup gManager
-
-
Constructor Details
-
AbstractAny
public AbstractAny()
-
-
Method Details
-
getCreator
- Specified by:
getCreatorin interfaceAny
-
setCreator
- Specified by:
setCreatorin interfaceAny
-
getCreationDate
- Specified by:
getCreationDatein interfaceAny
-
setCreationDate
- Specified by:
setCreationDatein interfaceAny
-
getCreationContext
- Specified by:
getCreationContextin interfaceAny
-
setCreationContext
- Specified by:
setCreationContextin interfaceAny
-
getLastModifier
- Specified by:
getLastModifierin interfaceAny
-
setLastModifier
- Specified by:
setLastModifierin interfaceAny
-
getLastChangeDate
- Specified by:
getLastChangeDatein interfaceAny
-
setLastChangeDate
- Specified by:
setLastChangeDatein interfaceAny
-
getLastChangeContext
- Specified by:
getLastChangeContextin interfaceAny
-
setLastChangeContext
- Specified by:
setLastChangeContextin interfaceAny
-
getRealm
-
setRealm
-
getUManager
- Specified by:
getUManagerin interfaceAny
-
setUManager
- Specified by:
setUManagerin interfaceAny
-
getGManager
- Specified by:
getGManagerin interfaceAny
-
setGManager
- Specified by:
setGManagerin interfaceAny
-
getStatus
-
setStatus
-