Class AbstractAttributable
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
- All Implemented Interfaces:
Serializable
,Attributable
,Entity
- Direct Known Subclasses:
AbstractAny
,Neo4jRealm
@AttributableCheck
public abstract class AbstractAttributable
extends AbstractGeneratedKeyNode
implements Attributable
- 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 TypeMethodDescriptionboolean
void
protected void
doComplete
(Map<String, PlainAttr> plainAttrs) getPlainAttr
(String plainSchema) Returns the plain attribute for this instance and the given schema name.sReturns the plain attributes for this instance.boolean
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
-
Constructor Details
-
AbstractAttributable
public AbstractAttributable()
-
-
Method Details
-
plainAttrs
-
add
- Specified by:
add
in interfaceAttributable
-
remove
- Specified by:
remove
in interfaceAttributable
-
getPlainAttrs
Description copied from interface:Attributable
Returns the plain attributes for this instance.- Specified by:
getPlainAttrs
in interfaceAttributable
- Returns:
- plain attribute for this instance
-
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()
-