Interface PlanItemOnPart
-
- All Superinterfaces:
CmmnElement
,CmmnModelElementInstance
,ModelElementInstance
,OnPart
- All Known Implementing Classes:
PlanItemOnPartImpl
public interface PlanItemOnPart extends OnPart
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ExitCriterion
getExitCriterion()
Sentry
getSentry()
Deprecated.PlanItem
getSource()
PlanItemTransition
getStandardEvent()
void
setExitCriterion(ExitCriterion exitCriterion)
void
setSentry(Sentry sentry)
Deprecated.void
setSource(PlanItem source)
void
setStandardEvent(PlanItemTransition standardEvent)
-
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
-
-
-
-
Method Detail
-
getSentry
@Deprecated Sentry getSentry()
Deprecated.
-
setSentry
@Deprecated void setSentry(Sentry sentry)
Deprecated.
-
getExitCriterion
ExitCriterion getExitCriterion()
-
setExitCriterion
void setExitCriterion(ExitCriterion exitCriterion)
-
getSource
PlanItem getSource()
-
setSource
void setSource(PlanItem source)
-
getStandardEvent
PlanItemTransition getStandardEvent()
-
setStandardEvent
void setStandardEvent(PlanItemTransition standardEvent)
-
-