public class ConditionDescriptor extends AbstractDescriptor implements Validatable
Modifier and Type | Field and Description |
---|---|
protected Map |
args |
protected String |
name
The name field helps the editor identify the condition template used.
|
protected boolean |
negate |
protected String |
type |
Modifier and Type | Method and Description |
---|---|
Map |
getArgs() |
String |
getName() |
String |
getType() |
protected void |
init(Element condition) |
boolean |
isNegate() |
void |
setName(String name) |
void |
setNegate(boolean negate) |
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
protected Map args
protected String name
protected String type
protected boolean negate
public Map getArgs()
public void setName(String name)
public String getName()
public void setNegate(boolean negate)
public boolean isNegate()
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)
protected void init(Element condition)
Copyright © 2021 catworkx GmbH. All rights reserved.