public class ResultDescriptor extends AbstractDescriptor implements Validatable
Modifier and Type | Field and Description |
---|---|
protected String |
displayName |
protected String |
dueDate |
protected boolean |
hasStep |
protected int |
join |
protected String |
oldStatus |
protected String |
owner |
protected List |
postFunctions |
protected List |
preFunctions |
protected int |
split |
protected String |
status |
protected int |
step |
protected List |
validators |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getDueDate() |
int |
getJoin() |
String |
getOldStatus() |
String |
getOwner() |
List |
getPostFunctions() |
List |
getPreFunctions() |
int |
getSplit() |
String |
getStatus() |
int |
getStep() |
List |
getValidators() |
protected void |
init(Element result) |
protected void |
printPostFunctions(PrintWriter out,
int indent) |
protected void |
printPreFunctions(PrintWriter out,
int indent) |
void |
setDisplayName(String displayName) |
void |
setJoin(int join) |
void |
setOldStatus(String oldStatus) |
void |
setOwner(String owner) |
void |
setSplit(int split) |
void |
setStatus(String status) |
void |
setStep(int step) |
void |
validate()
Validate this element, and propagate validation to all contained sub-elements.
|
void |
writeXML(PrintWriter out,
int indent) |
asXML, getEntityId, getId, getParent, hasId, setEntityId, setId, setParent
protected List postFunctions
protected List preFunctions
protected List validators
protected String displayName
protected String dueDate
protected String oldStatus
protected String owner
protected String status
protected boolean hasStep
protected int join
protected int split
protected int step
public void setDisplayName(String displayName)
public String getDisplayName()
public String getDueDate()
public void setJoin(int join)
public int getJoin()
public void setOldStatus(String oldStatus)
public String getOldStatus()
public void setOwner(String owner)
public String getOwner()
public List getPostFunctions()
public List getPreFunctions()
public void setSplit(int split)
public int getSplit()
public void setStatus(String status)
public String getStatus()
public void setStep(int step)
public int getStep()
public List getValidators()
public void validate() throws InvalidWorkflowDescriptorException
Validatable
validate
in interface Validatable
InvalidWorkflowDescriptorException
WorkflowLoader.load(java.io.InputStream)
public void writeXML(PrintWriter out, int indent)
protected void init(Element result)
protected void printPostFunctions(PrintWriter out, int indent)
protected void printPreFunctions(PrintWriter out, int indent)
Copyright © 2021 catworkx GmbH. All rights reserved.