Class Neo4jInboundCorrelationRuleEntity
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.Neo4jInboundCorrelationRuleEntity
- All Implemented Interfaces:
Serializable,Entity,CorrelationRuleEntity,InboundCorrelationRuleEntity
@Node("InboundCorrelationRuleEntity")
public class Neo4jInboundCorrelationRuleEntity
extends AbstractGeneratedKeyNode
implements InboundCorrelationRuleEntity
- 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) voidsetInboundPolicy(InboundPolicy inboundPolicy) 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
-
Neo4jInboundCorrelationRuleEntity
public Neo4jInboundCorrelationRuleEntity()
-
-
Method Details
-
getImplementationType
-
getInboundPolicy
- Specified by:
getInboundPolicyin interfaceInboundCorrelationRuleEntity
-
setInboundPolicy
- Specified by:
setInboundPolicyin interfaceInboundCorrelationRuleEntity
-
getAnyType
- Specified by:
getAnyTypein interfaceCorrelationRuleEntity
-
setAnyType
- Specified by:
setAnyTypein interfaceCorrelationRuleEntity
-
getImplementation
- Specified by:
getImplementationin interfaceCorrelationRuleEntity
-
setImplementation
- Specified by:
setImplementationin interfaceCorrelationRuleEntity
-