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
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEnd()
getRoles()
getStart()
void
setDelegated
(User delegated) void
setDelegating
(User delegating) void
setEnd
(OffsetDateTime end) void
setStart
(OffsetDateTime start) Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKey
Methods 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:
getDelegating
in interfaceDelegation
-
setDelegating
- Specified by:
setDelegating
in interfaceDelegation
-
getDelegated
- Specified by:
getDelegated
in interfaceDelegation
-
setDelegated
- Specified by:
setDelegated
in interfaceDelegation
-
getStart
- Specified by:
getStart
in interfaceDelegation
-
setStart
- Specified by:
setStart
in interfaceDelegation
-
getEnd
- Specified by:
getEnd
in interfaceDelegation
-
setEnd
- Specified by:
setEnd
in interfaceDelegation
-
add
- Specified by:
add
in interfaceDelegation
-
getRoles
- Specified by:
getRoles
in interfaceDelegation
-