Class Neo4jDelegation
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.Neo4jDelegation
- All Implemented Interfaces:
Serializable,Delegation,Entity
@Node("Delegation")
@DelegationCheck
public class Neo4jDelegation
extends AbstractGeneratedKeyNode
implements Delegation
- 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 TypeMethodDescriptionbooleangetEnd()getRoles()getStart()voidsetDelegated(User delegated) voidsetDelegating(User delegating) voidsetEnd(OffsetDateTime end) voidsetStart(OffsetDateTime start) 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:
-
DELEGATING_REL
- See Also:
-
DELEGATED_REL
- See Also:
-
-
Constructor Details
-
Neo4jDelegation
public Neo4jDelegation()
-
-
Method Details
-
getDelegating
- Specified by:
getDelegatingin interfaceDelegation
-
setDelegating
- Specified by:
setDelegatingin interfaceDelegation
-
getDelegated
- Specified by:
getDelegatedin interfaceDelegation
-
setDelegated
- Specified by:
setDelegatedin interfaceDelegation
-
getStart
- Specified by:
getStartin interfaceDelegation
-
setStart
- Specified by:
setStartin interfaceDelegation
-
getEnd
- Specified by:
getEndin interfaceDelegation
-
setEnd
- Specified by:
setEndin interfaceDelegation
-
add
- Specified by:
addin interfaceDelegation
-
getRoles
- Specified by:
getRolesin interfaceDelegation
-