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.AbstractAny
- All Implemented Interfaces:
Serializable
,Any
,Attributable
,Entity
- Direct Known Subclasses:
AbstractRelatable
- See Also:
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
doComplete
(Map<String, PlainAttr> plainAttrs) getPlainAttr
(String plainSchema) Returns the plain attribute for this instance and the given schema name.sgetRealm()
void
setCreationContext
(String creationContext) void
setCreationDate
(OffsetDateTime creationDate) void
setCreator
(String creator) void
setLastChangeContext
(String lastChangeContext) void
setLastChangeDate
(OffsetDateTime lastChangeDate) void
setLastModifier
(String lastModifier) void
void
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
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.Any
add, add, getAuxClasses, getResources, getType, setType
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttrs, remove
-
Constructor Details
-
AbstractAny
public AbstractAny()
-
-
Method Details
-
getCreator
- Specified by:
getCreator
in interfaceAny
-
setCreator
- Specified by:
setCreator
in interfaceAny
-
getCreationDate
- Specified by:
getCreationDate
in interfaceAny
-
setCreationDate
- Specified by:
setCreationDate
in interfaceAny
-
getCreationContext
- Specified by:
getCreationContext
in interfaceAny
-
setCreationContext
- Specified by:
setCreationContext
in interfaceAny
-
getLastModifier
- Specified by:
getLastModifier
in interfaceAny
-
setLastModifier
- Specified by:
setLastModifier
in interfaceAny
-
getLastChangeDate
- Specified by:
getLastChangeDate
in interfaceAny
-
setLastChangeDate
- Specified by:
setLastChangeDate
in interfaceAny
-
getLastChangeContext
- Specified by:
getLastChangeContext
in interfaceAny
-
setLastChangeContext
- Specified by:
setLastChangeContext
in interfaceAny
-
getRealm
-
setRealm
-
getStatus
-
setStatus
-
plainAttrs
-
getPlainAttr
Description copied from interface:Attributable
Returns the plain attribute for this instance and the given schema name.s- Specified by:
getPlainAttr
in interfaceAttributable
- Parameters:
plainSchema
- plain schema name- Returns:
- plain attribute for this instance and the given schema name
-
doComplete
-
completePlainAttrs
public void completePlainAttrs()
-