Class AbstractRelatable<L extends Any,R extends Any,REL extends Relationship<L,R>>
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.AbstractAny
org.apache.syncope.core.persistence.neo4j.entity.AbstractRelatable<L,R,REL>
- All Implemented Interfaces:
Serializable
,Any
,Attributable
,Entity
,Relatable<L,
R, REL>
- Direct Known Subclasses:
AbstractGroupableRelatable
,Neo4jGroup
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.neo4j.entity.AbstractNode
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.neo4j.entity.AbstractAny
completePlainAttrs, doComplete, getCreationContext, getCreationDate, getCreator, getLastChangeContext, getLastChangeDate, getLastModifier, getPlainAttr, getRealm, getStatus, plainAttrs, setCreationContext, setCreationDate, setCreator, setLastChangeContext, setLastChangeDate, setLastModifier, setRealm, setStatus
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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>>
-