Interface CorrelationRuleEntity
-
- All Superinterfaces:
Entity,Serializable
- All Known Subinterfaces:
PullCorrelationRuleEntity,PushCorrelationRuleEntity
- All Known Implementing Classes:
JPAPullCorrelationRuleEntity,JPAPushCorrelationRuleEntity
public interface CorrelationRuleEntity extends Entity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnyTypegetAnyType()ImplementationgetImplementation()voidsetAnyType(AnyType anyType)voidsetImplementation(Implementation implementation)
-
-
-
Method Detail
-
getAnyType
AnyType getAnyType()
-
setAnyType
void setAnyType(AnyType anyType)
-
getImplementation
Implementation getImplementation()
-
setImplementation
void setImplementation(Implementation implementation)
-
-