Package org.apache.syncope.common.lib.to
Class LiveSyncTaskTO
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO,NamedEntityTO,TemplatableTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()voidsetDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) voidsetLiveSyncDeltaMapper(String liveSyncDeltaMapper) Methods inherited from class org.apache.syncope.common.lib.to.InboundTaskTO
getDestinationRealm, isRemediation, setDestinationRealm, setRemediationMethods inherited from class org.apache.syncope.common.lib.to.ProvisioningTaskTO
getActions, getConcurrentSettings, getMatchingRule, getResource, getUnmatchingRule, isPerformCreate, isPerformDelete, isPerformUpdate, isSyncStatus, setConcurrentSettings, setMatchingRule, setPerformCreate, setPerformDelete, setPerformUpdate, setResource, setSyncStatus, setUnmatchingRuleMethods inherited from class org.apache.syncope.common.lib.to.SchedTaskTO
getCronExpression, getDescription, getJobDelegate, getLastExec, getName, getNextExec, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setLastExec, setName, setNextExecMethods inherited from class org.apache.syncope.common.lib.to.TaskTO
getExecutions, getKey, getLastExecutor, getLatestExecStatus, setDiscriminator, setKey, setLastExecutor, setLatestExecStatus, toStringMethods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
getEnd, getStart, setEnd, setStart
-
Constructor Details
-
LiveSyncTaskTO
public LiveSyncTaskTO()
-
-
Method Details
-
getDiscriminator
- Overrides:
getDiscriminatorin classSchedTaskTO
-
getDelaySecondsAcrossInvocations
public int getDelaySecondsAcrossInvocations() -
setDelaySecondsAcrossInvocations
public void setDelaySecondsAcrossInvocations(int delaySecondsAcrossInvocations) -
getLiveSyncDeltaMapper
-
setLiveSyncDeltaMapper
-
getTemplates
- Specified by:
getTemplatesin interfaceTemplatableTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classInboundTaskTO
-
equals
- Overrides:
equalsin classInboundTaskTO
-