Interface Membership<L extends Any<?>>
-
- All Superinterfaces:
Entity
,Relationship<L,Group>
,Serializable
- All Known Subinterfaces:
AMembership
,UMembership
- All Known Implementing Classes:
JPAAMembership
,JPAUMembership
public interface Membership<L extends Any<?>> extends Relationship<L,Group>
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MembershipType
getType()
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Relationship
getLeftEnd, getRightEnd, setLeftEnd, setRightEnd, setType
-
-
-
-
Method Detail
-
getType
MembershipType getType()
- Specified by:
getType
in interfaceRelationship<L extends Any<?>,Group>
-
-