Interface LiveSyncTask
- All Superinterfaces:
Entity,InboundTask<LiveSyncTask>,ProvisioningTask<LiveSyncTask>,SchedTask,Serializable,Task<SchedTask>
- All Known Implementing Classes:
JPALiveSyncTask,Neo4jLiveSyncTask
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(AnyTemplateLiveSyncTask template) intOptional<? extends AnyTemplateLiveSyncTask> getTemplate(String anyType) List<? extends AnyTemplateLiveSyncTask> voidsetDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) voidsetLiveSyncDeltaMapper(Implementation liveSyncDeltaMapper) Methods 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
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
-
Method Details
-
getLiveSyncDeltaMapper
Implementation getLiveSyncDeltaMapper() -
setLiveSyncDeltaMapper
-
getDelaySecondsAcrossInvocations
int getDelaySecondsAcrossInvocations() -
setDelaySecondsAcrossInvocations
void setDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) -
add
-
getTemplate
- Specified by:
getTemplatein interfaceInboundTask<LiveSyncTask>
-
getTemplates
List<? extends AnyTemplateLiveSyncTask> getTemplates()- Specified by:
getTemplatesin interfaceInboundTask<LiveSyncTask>
-