Package org.apache.syncope.common.lib.to
Class LiveSyncTaskTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
,NamedEntityTO
,TemplatableTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setLiveSyncDeltaMapper
(String liveSyncDeltaMapper) Methods inherited from class org.apache.syncope.common.lib.to.InboundTaskTO
getDestinationRealm, isRemediation, setDestinationRealm, setRemediation
Methods 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, setUnmatchingRule
Methods inherited from class org.apache.syncope.common.lib.to.SchedTaskTO
getCronExpression, getDescription, getJobDelegate, getLastExec, getName, getNextExec, getStartAt, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setLastExec, setName, setNextExec, setStartAt
Methods inherited from class org.apache.syncope.common.lib.to.TaskTO
getExecutions, getKey, getLastExecutor, getLatestExecStatus, setDiscriminator, setKey, setLastExecutor, setLatestExecStatus, toString
Methods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
getEnd, getStart, setEnd, setStart
-
Constructor Details
-
LiveSyncTaskTO
public LiveSyncTaskTO()
-
-
Method Details
-
getDiscriminator
- Overrides:
getDiscriminator
in classSchedTaskTO
-
getLiveSyncDeltaMapper
-
setLiveSyncDeltaMapper
-
getTemplates
- Specified by:
getTemplates
in interfaceTemplatableTO
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInboundTaskTO
-
equals
- Overrides:
equals
in classInboundTaskTO
-