public abstract class ProvisioningTaskTO extends SchedTaskTO
Constructor and Description |
---|
ProvisioningTaskTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getActions() |
MatchingRule |
getMatchingRule() |
String |
getResource() |
UnmatchingRule |
getUnmatchingRule() |
int |
hashCode() |
boolean |
isPerformCreate() |
boolean |
isPerformDelete() |
boolean |
isPerformUpdate() |
boolean |
isSyncStatus() |
void |
setMatchingRule(MatchingRule matchigRule) |
void |
setPerformCreate(boolean performCreate) |
void |
setPerformDelete(boolean performDelete) |
void |
setPerformUpdate(boolean performUpdate) |
void |
setResource(String resource) |
void |
setSyncStatus(boolean syncStatus) |
void |
setUnmatchingRule(UnmatchingRule unmatchigRule) |
getCronExpression, getDescription, getDiscriminator, getJobDelegate, getLastExec, getName, getNextExec, getStartAt, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setLastExec, setName, setNextExec, setStartAt
getExecutions, getKey, getLatestExecStatus, setDiscriminator, setKey, setLatestExecStatus
getEnd, getStart, setEnd, setStart
public String getResource()
public void setResource(String resource)
public boolean isPerformCreate()
public void setPerformCreate(boolean performCreate)
public boolean isPerformUpdate()
public void setPerformUpdate(boolean performUpdate)
public boolean isPerformDelete()
public void setPerformDelete(boolean performDelete)
public boolean isSyncStatus()
public void setSyncStatus(boolean syncStatus)
public UnmatchingRule getUnmatchingRule()
public void setUnmatchingRule(UnmatchingRule unmatchigRule)
public MatchingRule getMatchingRule()
public void setMatchingRule(MatchingRule matchigRule)
public int hashCode()
hashCode
in class SchedTaskTO
public boolean equals(Object obj)
equals
in class SchedTaskTO
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.