Class Neo4jUMembership
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.AbstractMembership<User>
org.apache.syncope.core.persistence.neo4j.entity.user.Neo4jUMembership
- All Implemented Interfaces:
Serializable,Entity,Membership<User>,Relationship<User,,Group> UMembership
@Node("UMembership")
public class Neo4jUMembership
extends AbstractMembership<User>
implements UMembership
- 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 TypeMethodDescriptionbooleangetPlainAttr(String plainSchema) getType()booleanvoidsetLeftEnd(User leftEnd) voidsetRightEnd(Group 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:
-
plainAttrs
-
-
Constructor Details
-
Neo4jUMembership
public Neo4jUMembership()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRelationship<User,Group>
-
setType
- Specified by:
setTypein interfaceRelationship<User,Group>
-
getLeftEnd
- Specified by:
getLeftEndin interfaceRelationship<User,Group>
-
setLeftEnd
- Specified by:
setLeftEndin interfaceRelationship<User,Group>
-
getRightEnd
- Specified by:
getRightEndin interfaceRelationship<User,Group>
-
setRightEnd
- Specified by:
setRightEndin interfaceRelationship<User,Group>
-
plainAttrs
- Specified by:
plainAttrsin classAbstractMembership<User>
-
getPlainAttrs
- Specified by:
getPlainAttrsin classAbstractMembership<User>
-
getPlainAttr
- Specified by:
getPlainAttrin classAbstractMembership<User>
-
add
- Specified by:
addin classAbstractMembership<User>
-
remove
- Specified by:
removein classAbstractMembership<User>
-