Class JPAPullCorrelationRuleEntity
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.policy.JPAPullCorrelationRuleEntity
-
- All Implemented Interfaces:
Serializable,Entity,CorrelationRuleEntity,PullCorrelationRuleEntity
@Entity public class JPAPullCorrelationRuleEntity extends AbstractGeneratedKeyEntity implements PullCorrelationRuleEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAPullCorrelationRuleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTypegetAnyType()ImplementationgetImplementation()protected StringgetImplementationType()PullPolicygetPullPolicy()voidsetAnyType(AnyType anyType)voidsetImplementation(Implementation implementation)voidsetPullPolicy(PullPolicy pullPolicy)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.policy.CorrelationRuleEntity
getAnyType, getImplementation, setAnyType, setImplementation
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImplementationType
protected String getImplementationType()
-
getPullPolicy
public PullPolicy getPullPolicy()
- Specified by:
getPullPolicyin interfacePullCorrelationRuleEntity
-
setPullPolicy
public void setPullPolicy(PullPolicy pullPolicy)
- Specified by:
setPullPolicyin interfacePullCorrelationRuleEntity
-
getAnyType
public AnyType getAnyType()
- Specified by:
getAnyTypein interfaceCorrelationRuleEntity
-
setAnyType
public void setAnyType(AnyType anyType)
- Specified by:
setAnyTypein interfaceCorrelationRuleEntity
-
getImplementation
public Implementation getImplementation()
- Specified by:
getImplementationin interfaceCorrelationRuleEntity
-
setImplementation
public void setImplementation(Implementation implementation)
- Specified by:
setImplementationin interfaceCorrelationRuleEntity
-
-