Package org.flowable.cmmn.model
Class ParentCompletionRule
- java.lang.Object
-
- org.flowable.cmmn.model.BaseElement
-
- org.flowable.cmmn.model.CmmnElement
-
- org.flowable.cmmn.model.CaseElement
-
- org.flowable.cmmn.model.PlanItemRule
-
- org.flowable.cmmn.model.ParentCompletionRule
-
- All Implemented Interfaces:
HasExtensionAttributes
public class ParentCompletionRule extends PlanItemRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULTstatic StringIGNOREstatic StringIGNORE_AFTER_FIRST_COMPLETIONstatic StringIGNORE_AFTER_FIRST_COMPLETION_IF_AVAILABLE_OR_ENABLEDstatic StringIGNORE_IF_AVAILABLEstatic StringIGNORE_IF_AVAILABLE_OR_ENABLEDprotected Stringtype-
Fields inherited from class org.flowable.cmmn.model.PlanItemRule
condition
-
Fields inherited from class org.flowable.cmmn.model.CaseElement
name, parent
-
Fields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormat
-
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ParentCompletionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()voidsetType(String type)StringtoString()-
Methods inherited from class org.flowable.cmmn.model.PlanItemRule
getCondition, setCondition
-
Methods inherited from class org.flowable.cmmn.model.CaseElement
getName, getParent, getParentStage, setName, setParent
-
Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValues
-
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
IGNORE
public static final String IGNORE
- See Also:
- Constant Field Values
-
IGNORE_IF_AVAILABLE
public static final String IGNORE_IF_AVAILABLE
- See Also:
- Constant Field Values
-
IGNORE_IF_AVAILABLE_OR_ENABLED
public static final String IGNORE_IF_AVAILABLE_OR_ENABLED
- See Also:
- Constant Field Values
-
IGNORE_AFTER_FIRST_COMPLETION
public static final String IGNORE_AFTER_FIRST_COMPLETION
- See Also:
- Constant Field Values
-
IGNORE_AFTER_FIRST_COMPLETION_IF_AVAILABLE_OR_ENABLED
public static final String IGNORE_AFTER_FIRST_COMPLETION_IF_AVAILABLE_OR_ENABLED
- See Also:
- Constant Field Values
-
type
protected String type
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
toString
public String toString()
- Overrides:
toStringin classPlanItemRule
-
-