Class JPAPullTask
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<PullTask>
org.apache.syncope.core.persistence.jpa.entity.task.AbstractInboundTask<PullTask>
org.apache.syncope.core.persistence.jpa.entity.task.JPAPullTask
- All Implemented Interfaces:
Serializable,Entity,InboundTask<PullTask>,ProvisioningTask<PullTask>,PullTask,SchedTask,Task<SchedTask>
- See Also:
-
Field Summary
FieldsFields 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.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 TypeMethodDescriptionbooleanadd(Implementation action) booleanadd(AnyTemplatePullTask template) List<? extends Implementation> Optional<? extends AnyTemplatePullTask> getTemplate(String anyType) List<? extends AnyTemplatePullTask> voidsetPullMode(PullMode pullMode) voidsetReconFilterBuilder(Implementation reconFilterBuilder) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.task.AbstractInboundTask
getDestinationRealm, isRemediation, setDestinationRealm, setRemediationMethods 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
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
getDestinationRealm, isRemediation, setDestinationRealm, setRemediationMethods inherited from interface org.apache.syncope.core.persistence.api.entity.task.ProvisioningTask
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
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAPullTask
public JPAPullTask()
-
-
Method Details
-
getPullMode
- Specified by:
getPullModein interfacePullTask
-
setPullMode
- Specified by:
setPullModein interfacePullTask
-
getReconFilterBuilder
- Specified by:
getReconFilterBuilderin interfacePullTask
-
setReconFilterBuilder
- Specified by:
setReconFilterBuilderin interfacePullTask
-
add
- Specified by:
addin interfaceProvisioningTask<PullTask>
-
getActions
- Specified by:
getActionsin interfaceProvisioningTask<PullTask>
-
add
-
getTemplate
- Specified by:
getTemplatein interfaceInboundTask<PullTask>- Specified by:
getTemplatein interfacePullTask
-
getTemplates
- Specified by:
getTemplatesin interfaceInboundTask<PullTask>- Specified by:
getTemplatesin interfacePullTask
-
executionClass
- Overrides:
executionClassin classJPASchedTask
-
executions
- Overrides:
executionsin classJPASchedTask
-