Package org.apache.syncope.common.lib.to
Class PushTaskTO
java.lang.Object
org.apache.syncope.common.lib.to.AbstractStartEndBean
org.apache.syncope.common.lib.to.TaskTO
org.apache.syncope.common.lib.to.SchedTaskTO
org.apache.syncope.common.lib.to.ProvisioningTaskTO
org.apache.syncope.common.lib.to.PushTaskTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
,NamedEntityTO
- See Also:
-
Constructor Summary
-
Method Summary
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
-
PushTaskTO
public PushTaskTO()
-
-
Method Details
-
getDiscriminator
- Overrides:
getDiscriminator
in classSchedTaskTO
-
getSourceRealm
-
setSourceRealm
-
getFilters
-
hashCode
public int hashCode()- Overrides:
hashCode
in classProvisioningTaskTO
-
equals
- Overrides:
equals
in classProvisioningTaskTO
-