Class Neo4jURelationship
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.user.Neo4jURelationship
- All Implemented Interfaces:
Serializable,Entity,Relationship<User,,AnyObject> URelationship
@Node("URelationship")
@RelationshipCheck
public class Neo4jURelationship
extends AbstractGeneratedKeyNode
implements URelationship
- 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(User 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
-
Neo4jURelationship
public Neo4jURelationship()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRelationship<User,AnyObject>
-
setType
- Specified by:
setTypein interfaceRelationship<User,AnyObject>
-
getLeftEnd
- Specified by:
getLeftEndin interfaceRelationship<User,AnyObject>
-
setLeftEnd
- Specified by:
setLeftEndin interfaceRelationship<User,AnyObject>
-
getRightEnd
- Specified by:
getRightEndin interfaceRelationship<User,AnyObject>
-
setRightEnd
- Specified by:
setRightEndin interfaceRelationship<User,AnyObject>
-