public class ConditionsDescriptor extends AbstractDescriptor implements Validatable
Modifier and Type | Method and Description |
---|---|
List |
getConditions() |
String |
getType() |
void |
setConditions(List conditions) |
void |
setType(String type) |
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
public void setConditions(List conditions)
public List getConditions()
public void setType(String type)
public String getType()
public void validate() throws InvalidWorkflowDescriptorException
Validatable
validate
in interface Validatable
InvalidWorkflowDescriptorException
WorkflowLoader.load(java.io.InputStream)
public void writeXML(PrintWriter out, int indent)
Copyright © 2021 catworkx GmbH. All rights reserved.