Class AbstractGroupableRelatable<L extends Any,M extends Membership<L>,REL extends Relationship<L,AnyObject>>
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
org.apache.syncope.core.persistence.neo4j.entity.AbstractRelatable<L,REL>
org.apache.syncope.core.persistence.neo4j.entity.AbstractGroupableRelatable<L,M,REL>
- All Implemented Interfaces:
Serializable,Any,Attributable,Entity,Groupable<L,,M, REL> Relatable<L,REL>
- Direct Known Subclasses:
Neo4jAnyObject,Neo4jUser
public abstract class AbstractGroupableRelatable<L extends Any,M extends Membership<L>,REL extends Relationship<L,AnyObject>>
extends AbstractRelatable<L,REL>
implements Groupable<L,M,REL>
- See Also:
-
Field Summary
Fields 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 TypeMethodDescriptionvoidgetMembership(String groupKey) getPlainAttr(String plainSchema, Membership<?> membership) Returns the plain attribute for this instance, the given schema name and the given membership - if found,NULLotherwise.getPlainAttrs(String plainSchema) Returns the list of plain attributes for this instance and the given schema name (including membeship attributes, as opposite toAttributable.getPlainAttr(java.lang.String)).getPlainAttrs(Membership<?> membership) Returns the list of plain attributes for this instance and the given membership.protected abstract List<? extends AbstractMembership<L>> booleanMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractRelatable
getRelationship, getRelationships, getRelationshipsMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAny
getCreationContext, getCreationDate, getCreator, getLastChangeContext, getLastChangeDate, getLastModifier, getRealm, getStatus, setCreationContext, setCreationDate, setCreator, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatusMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAttributable
add, completePlainAttrs, doComplete, getPlainAttr, getPlainAttrs, plainAttrsMethods 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, getCreationContext, getCreationDate, getCreator, getLastChangeContext, getLastChangeDate, getLastModifier, getRealm, getResources, getStatus, getType, setCreationContext, setCreationDate, setCreator, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatus, setTypeMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrsMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Groupable
add, removeMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Relatable
add, getRelationships
-
Constructor Details
-
AbstractGroupableRelatable
public AbstractGroupableRelatable()
-
-
Method Details
-
memberships
-
remove
- Specified by:
removein interfaceAttributable- Overrides:
removein classAbstractAttributable
-
getPlainAttr
Description copied from interface:GroupableReturns the plain attribute for this instance, the given schema name and the given membership - if found,NULLotherwise.- Specified by:
getPlainAttrin interfaceGroupable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>> - Parameters:
plainSchema- plain schema namemembership- membership- Returns:
- plain attribute for this instance, the given schema name and the given membership
-
getPlainAttrs
Description copied from interface:GroupableReturns the list of plain attributes for this instance and the given schema name (including membeship attributes, as opposite toAttributable.getPlainAttr(java.lang.String)).- Specified by:
getPlainAttrsin interfaceGroupable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>> - Parameters:
plainSchema- plain schema name- Returns:
- list of plain attributes for this instance and the given schema name (including membeship attributes)
-
getPlainAttrs
Description copied from interface:GroupableReturns the list of plain attributes for this instance and the given membership.- Specified by:
getPlainAttrsin interfaceGroupable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>> - Parameters:
membership- membership- Returns:
- list of plain attributes for this instance and the given membership
-
getMemberships
- Specified by:
getMembershipsin interfaceGroupable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>>
-
getMembership
- Specified by:
getMembershipin interfaceGroupable<L extends Any,M extends Membership<L>, REL extends Relationship<L, AnyObject>>
-
completeMembershipPlainAttrs
public void completeMembershipPlainAttrs()
-