Class Neo4jGRelationship
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.group.Neo4jGRelationship
- All Implemented Interfaces:
Serializable,Entity,GRelationship,Relationship<Group,AnyObject>
@Node("GRelationship")
@RelationshipCheck
public class Neo4jGRelationship
extends AbstractGeneratedKeyNode
implements GRelationship
- See Also:
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetType()voidsetLeftEnd(Group leftEnd) voidsetRightEnd(AnyObject rightEnd) voidsetType(RelationshipType type) Methods 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, toString
-
Field Details
-
NODE
- See Also:
-
SOURCE_REL
- See Also:
-
DEST_REL
- See Also:
-
-
Constructor Details
-
Neo4jGRelationship
public Neo4jGRelationship()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRelationship<Group,AnyObject>
-
setType
- Specified by:
setTypein interfaceRelationship<Group,AnyObject>
-
getLeftEnd
- Specified by:
getLeftEndin interfaceRelationship<Group,AnyObject>
-
setLeftEnd
- Specified by:
setLeftEndin interfaceRelationship<Group,AnyObject>
-
getRightEnd
- Specified by:
getRightEndin interfaceRelationship<Group,AnyObject>
-
setRightEnd
- Specified by:
setRightEndin interfaceRelationship<Group,AnyObject>
-