Class Neo4jRemediation
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.Neo4jRemediation
- All Implemented Interfaces:
Serializable
,Entity
,Remediation
@Node("Remediation")
@RemediationCheck
public class Neo4jRemediation
extends AbstractGeneratedKeyNode
implements Remediation
- 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 TypeMethodDescriptiongetError()
<C extends AnyCR>
CgetPayloadAsCR
(Class<C> reference) <U extends AnyUR>
UgetPayloadAsUR
(Class<U> reference) void
setAnyType
(AnyType anyType) void
void
setInstant
(OffsetDateTime instant) void
setOperation
(ResourceOperation operation) void
setPayload
(String key) void
setPayload
(AnyCR anyCR) void
setPayload
(AnyUR anyUR) void
setPullTask
(PullTask pullTask) void
setRemoteName
(String remoteName) 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:
-
-
Constructor Details
-
Neo4jRemediation
public Neo4jRemediation()
-
-
Method Details
-
getAnyType
- Specified by:
getAnyType
in interfaceRemediation
-
setAnyType
- Specified by:
setAnyType
in interfaceRemediation
-
getOperation
- Specified by:
getOperation
in interfaceRemediation
-
setOperation
- Specified by:
setOperation
in interfaceRemediation
-
getPayloadAsCR
- Specified by:
getPayloadAsCR
in interfaceRemediation
-
getPayloadAsUR
- Specified by:
getPayloadAsUR
in interfaceRemediation
-
getPayloadAsKey
- Specified by:
getPayloadAsKey
in interfaceRemediation
-
setPayload
- Specified by:
setPayload
in interfaceRemediation
-
setPayload
- Specified by:
setPayload
in interfaceRemediation
-
setPayload
- Specified by:
setPayload
in interfaceRemediation
-
getError
- Specified by:
getError
in interfaceRemediation
-
setError
- Specified by:
setError
in interfaceRemediation
-
getInstant
- Specified by:
getInstant
in interfaceRemediation
-
setInstant
- Specified by:
setInstant
in interfaceRemediation
-
getPullTask
- Specified by:
getPullTask
in interfaceRemediation
-
setPullTask
- Specified by:
setPullTask
in interfaceRemediation
-
getRemoteName
- Specified by:
getRemoteName
in interfaceRemediation
-
setRemoteName
- Specified by:
setRemoteName
in interfaceRemediation
-