Class Neo4jPushCorrelationRuleEntity
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.policy.Neo4jPushCorrelationRuleEntity
- All Implemented Interfaces:
Serializable,Entity,CorrelationRuleEntity,PushCorrelationRuleEntity
@Node("PushCorrelationRuleEntity")
public class Neo4jPushCorrelationRuleEntity
extends AbstractGeneratedKeyNode
implements PushCorrelationRuleEntity
- 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 TypeMethodDescriptionprotected StringvoidsetAnyType(AnyType anyType) voidsetImplementation(Implementation implementation) voidsetPushPolicy(PushPolicy pushPolicy) 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.policy.CorrelationRuleEntity
getAnyType, getImplementation, setAnyType, setImplementation
-
Field Details
-
NODE
- See Also:
-
-
Constructor Details
-
Neo4jPushCorrelationRuleEntity
public Neo4jPushCorrelationRuleEntity()
-
-
Method Details
-
getImplementationType
-
getPushPolicy
- Specified by:
getPushPolicyin interfacePushCorrelationRuleEntity
-
setPushPolicy
- Specified by:
setPushPolicyin interfacePushCorrelationRuleEntity
-
getAnyType
- Specified by:
getAnyTypein interfaceCorrelationRuleEntity
-
setAnyType
- Specified by:
setAnyTypein interfaceCorrelationRuleEntity
-
getImplementation
- Specified by:
getImplementationin interfaceCorrelationRuleEntity
-
setImplementation
- Specified by:
setImplementationin interfaceCorrelationRuleEntity
-