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