Class AbstractRelatable<L extends Any,R extends Any,REL extends Relationship<L,R>>
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractAttributable
org.apache.syncope.core.persistence.jpa.entity.AbstractAny
org.apache.syncope.core.persistence.jpa.entity.AbstractRelatable<L,R,REL>
- All Implemented Interfaces:
Serializable
,Any
,Attributable
,Entity
,Relatable<L,
R, REL>
- Direct Known Subclasses:
AbstractGroupableRelatable
,JPAGroup
public abstract class AbstractRelatable<L extends Any,R extends Any,REL extends Relationship<L,R>>
extends AbstractAny
implements Relatable<L,R,REL>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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 TypeMethodDescriptiongetRelationship
(RelationshipType relationshipType, String otherEndKey) Collection
<? extends REL> getRelationships
(String otherEndKey) Collection
<? extends REL> getRelationships
(RelationshipType relationshipType) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAny
getCreationContext, getCreationDate, getCreator, getLastChangeContext, getLastChangeDate, getLastModifier, getRealm, getStatus, setCreationContext, setCreationDate, setCreator, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatus
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAttributable
getPlainAttrsJSON, getPlainAttrsList, list2json, setPlainAttrsJSON
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, setType
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Relatable
add, getRelationships
-
Constructor Details
-
AbstractRelatable
public AbstractRelatable()
-
-
Method Details
-
getRelationship
public Optional<? extends REL> getRelationship(RelationshipType relationshipType, String otherEndKey) - Specified by:
getRelationship
in interfaceRelatable<L extends Any,
R extends Any, REL extends Relationship<L, R>>
-
getRelationships
- Specified by:
getRelationships
in interfaceRelatable<L extends Any,
R extends Any, REL extends Relationship<L, R>>
-
getRelationships
- Specified by:
getRelationships
in interfaceRelatable<L extends Any,
R extends Any, REL extends Relationship<L, R>>
-