Class JPALiveSyncTask
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<LiveSyncTask>
org.apache.syncope.core.persistence.jpa.entity.task.AbstractInboundTask<LiveSyncTask>
org.apache.syncope.core.persistence.jpa.entity.task.JPALiveSyncTask
- All Implemented Interfaces:
Serializable,Entity,InboundTask<LiveSyncTask>,LiveSyncTask,ProvisioningTask<LiveSyncTask>,SchedTask,Task<SchedTask>
@Entity
public class JPALiveSyncTask
extends AbstractInboundTask<LiveSyncTask>
implements LiveSyncTask
- 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(AnyTemplateLiveSyncTask template) List<? extends Implementation> intOptional<? extends AnyTemplateLiveSyncTask> getTemplate(String anyType) List<? extends AnyTemplateLiveSyncTask> voidsetDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) voidsetLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) 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
-
JPALiveSyncTask
public JPALiveSyncTask()
-
-
Method Details
-
getDelaySecondsAcrossInvocations
public int getDelaySecondsAcrossInvocations()- Specified by:
getDelaySecondsAcrossInvocationsin interfaceLiveSyncTask
-
setDelaySecondsAcrossInvocations
public void setDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) - Specified by:
setDelaySecondsAcrossInvocationsin interfaceLiveSyncTask
-
getLiveSyncDeltaMapper
- Specified by:
getLiveSyncDeltaMapperin interfaceLiveSyncTask
-
setLiveSyncDeltaMapper
- Specified by:
setLiveSyncDeltaMapperin interfaceLiveSyncTask
-
add
- Specified by:
addin interfaceProvisioningTask<LiveSyncTask>
-
getActions
- Specified by:
getActionsin interfaceProvisioningTask<LiveSyncTask>
-
add
- Specified by:
addin interfaceLiveSyncTask
-
getTemplate
- Specified by:
getTemplatein interfaceInboundTask<LiveSyncTask>- Specified by:
getTemplatein interfaceLiveSyncTask
-
getTemplates
- Specified by:
getTemplatesin interfaceInboundTask<LiveSyncTask>- Specified by:
getTemplatesin interfaceLiveSyncTask
-
executionClass
- Overrides:
executionClassin classJPASchedTask
-
executions
- Overrides:
executionsin classJPASchedTask
-