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