public class ParentCompletionRule extends PlanItemRule
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT |
static String |
IGNORE |
static String |
IGNORE_AFTER_FIRST_COMPLETION |
static String |
IGNORE_AFTER_FIRST_COMPLETION_IF_AVAILABLE_OR_ENABLED |
static String |
IGNORE_IF_AVAILABLE |
static String |
IGNORE_IF_AVAILABLE_OR_ENABLED |
protected String |
type |
conditionname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ParentCompletionRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
void |
setType(String type) |
String |
toString() |
getCondition, setConditiongetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String DEFAULT
public static final String IGNORE
public static final String IGNORE_IF_AVAILABLE
public static final String IGNORE_IF_AVAILABLE_OR_ENABLED
public static final String IGNORE_AFTER_FIRST_COMPLETION
public static final String IGNORE_AFTER_FIRST_COMPLETION_IF_AVAILABLE_OR_ENABLED
protected String type
public String getType()
public void setType(String type)
public String toString()
toString in class PlanItemRuleCopyright © 2021 Flowable. All rights reserved.