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 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 TypeMethodDescriptionabstract booleangetPlainAttr(String plainSchema) abstract booleanMethods 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.Relationship
getLeftEnd, getRightEnd, getType, setLeftEnd, setRightEnd, setType
-
Constructor Details
-
AbstractMembership
public AbstractMembership()
-
-
Method Details
-
plainAttrs
-
getPlainAttrs
-
getPlainAttr
-
add
-
remove
-