Class AbstractMembership<L extends Any>
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.AbstractMembership<L>
- All Implemented Interfaces:
- Serializable,- Entity,- Membership<L>,- Relationship<L,- Group> 
- Direct Known Subclasses:
- Neo4jAMembership,- Neo4jUMembership
public abstract class AbstractMembership<L extends Any>
extends AbstractGeneratedKeyNode
implements Membership<L>
- See Also:
- 
Field SummaryFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNodeLOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.EntityEMAIL_PATTERN, ID_PATTERN, ID_REGEX
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleangetPlainAttr(String plainSchema) abstract booleanMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNodegetKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNodecheckImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.RelationshipgetLeftEnd, getRightEnd, getType, setLeftEnd, setRightEnd, setType
- 
Constructor Details- 
AbstractMembershippublic AbstractMembership()
 
- 
- 
Method Details- 
plainAttrs
- 
getPlainAttrs
- 
getPlainAttr
- 
add
- 
remove
 
-