Interface Stage
-
- All Superinterfaces:
CmmnElement
,CmmnModelElementInstance
,ModelElementInstance
,PlanFragment
,PlanItemDefinition
- All Known Subinterfaces:
CasePlanModel
- All Known Implementing Classes:
CasePlanModel
,StageImpl
public interface Stage extends PlanFragment
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<Sentry>
getExitCriteria()
java.util.Collection<Sentry>
getExitCriterias()
Deprecated.java.util.Collection<ExitCriterion>
getExitCriterions()
java.util.Collection<PlanItemDefinition>
getPlanItemDefinitions()
PlanningTable
getPlanningTable()
boolean
isAutoComplete()
void
setAutoComplete(boolean autoComplete)
void
setPlanningTable(PlanningTable planningTable)
-
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanFragment
getPlanItems, getSentrys
-
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
getDefaultControl, getName, setDefaultControl, setName
-
-
-
-
Method Detail
-
isAutoComplete
boolean isAutoComplete()
-
setAutoComplete
void setAutoComplete(boolean autoComplete)
-
getExitCriterias
@Deprecated java.util.Collection<Sentry> getExitCriterias()
Deprecated.
-
getExitCriteria
java.util.Collection<Sentry> getExitCriteria()
-
getExitCriterions
java.util.Collection<ExitCriterion> getExitCriterions()
-
getPlanningTable
PlanningTable getPlanningTable()
-
setPlanningTable
void setPlanningTable(PlanningTable planningTable)
-
getPlanItemDefinitions
java.util.Collection<PlanItemDefinition> getPlanItemDefinitions()
-
-