Class AbstractInboundTask<T extends InboundTask<T>>
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.task.AbstractTask<SchedTask>
org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask
org.apache.syncope.core.persistence.jpa.entity.task.AbstractProvisioningTask<T>
org.apache.syncope.core.persistence.jpa.entity.task.AbstractInboundTask<T>
- All Implemented Interfaces:
Serializable,Entity,InboundTask<T>,ProvisioningTask<T>,SchedTask,Task<SchedTask>
- Direct Known Subclasses:
JPALiveSyncTask,JPAPullTask
@MappedSuperclass
public abstract class AbstractInboundTask<T extends InboundTask<T>>
extends AbstractProvisioningTask<T>
implements InboundTask<T>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractProvisioningTask
concurrentSettings, matchingRule, unmatchingRuleFields inherited from class org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask
TABLEFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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 TypeMethodDescriptionbooleanvoidsetDestinationRealm(Realm destinationRealm) voidsetRemediation(boolean remediation) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractProvisioningTask
getConcurrentSettings, getMatchingRule, getResource, getUnmatchingRule, isPerformCreate, isPerformDelete, isPerformUpdate, isSyncStatus, setConcurrentSettings, setMatchingRule, setPerformCreate, setPerformDelete, setPerformUpdate, setResource, setSyncStatus, setUnmatchingRuleMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask
executionClass, executions, getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setNameMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractTask
add, getExecsMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
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.task.InboundTask
getTemplate, getTemplatesMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask
add, getActions, getConcurrentSettings, getMatchingRule, getResource, getUnmatchingRule, isPerformCreate, isPerformDelete, isPerformUpdate, isSyncStatus, setConcurrentSettings, setMatchingRule, setPerformCreate, setPerformDelete, setPerformUpdate, setResource, setSyncStatus, setUnmatchingRuleMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.SchedTask
getCronExpression, getDescription, getJobDelegate, getName, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setName
-
Constructor Details
-
AbstractInboundTask
public AbstractInboundTask()
-
-
Method Details
-
getDestinationRealm
- Specified by:
getDestinationRealmin interfaceInboundTask<T extends InboundTask<T>>
-
setDestinationRealm
- Specified by:
setDestinationRealmin interfaceInboundTask<T extends InboundTask<T>>
-
setRemediation
public void setRemediation(boolean remediation) - Specified by:
setRemediationin interfaceInboundTask<T extends InboundTask<T>>
-
isRemediation
public boolean isRemediation()- Specified by:
isRemediationin interfaceInboundTask<T extends InboundTask<T>>
-