Package org.apache.syncope.common.lib.to
Class ProvisioningTaskTO
- 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
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO,NamedEntityTO
- Direct Known Subclasses:
PullTaskTO,PushTaskTO
public abstract class ProvisioningTaskTO extends SchedTaskTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProvisioningTaskTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getActions()ThreadPoolSettingsgetConcurrentSettings()MatchingRulegetMatchingRule()StringgetResource()UnmatchingRulegetUnmatchingRule()inthashCode()booleanisPerformCreate()booleanisPerformDelete()booleanisPerformUpdate()booleanisSyncStatus()voidsetConcurrentSettings(ThreadPoolSettings concurrentSettings)voidsetMatchingRule(MatchingRule matchigRule)voidsetPerformCreate(boolean performCreate)voidsetPerformDelete(boolean performDelete)voidsetPerformUpdate(boolean performUpdate)voidsetResource(String resource)voidsetSyncStatus(boolean syncStatus)voidsetUnmatchingRule(UnmatchingRule unmatchigRule)-
Methods inherited from class org.apache.syncope.common.lib.to.SchedTaskTO
getCronExpression, getDescription, getDiscriminator, 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
-
-
-
-
Method Detail
-
getResource
public String getResource()
-
setResource
public void setResource(String resource)
-
isPerformCreate
public boolean isPerformCreate()
-
setPerformCreate
public void setPerformCreate(boolean performCreate)
-
isPerformUpdate
public boolean isPerformUpdate()
-
setPerformUpdate
public void setPerformUpdate(boolean performUpdate)
-
isPerformDelete
public boolean isPerformDelete()
-
setPerformDelete
public void setPerformDelete(boolean performDelete)
-
isSyncStatus
public boolean isSyncStatus()
-
setSyncStatus
public void setSyncStatus(boolean syncStatus)
-
getUnmatchingRule
public UnmatchingRule getUnmatchingRule()
-
setUnmatchingRule
public void setUnmatchingRule(UnmatchingRule unmatchigRule)
-
getMatchingRule
public MatchingRule getMatchingRule()
-
setMatchingRule
public void setMatchingRule(MatchingRule matchigRule)
-
getConcurrentSettings
public ThreadPoolSettings getConcurrentSettings()
-
setConcurrentSettings
public void setConcurrentSettings(ThreadPoolSettings concurrentSettings)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSchedTaskTO
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSchedTaskTO
-
-