Uses of Interface
org.camunda.bpm.model.cmmn.instance.Stage
-
-
Uses of Stage in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type Stage Modifier and Type Method Description protected void
CmmnTransform. transformSentries(Stage stage)
protected void
CmmnTransform. transformSentryOnParts(Stage stage)
void
AbstractCmmnTransformListener. transformStage(PlanItem planItem, Stage stage, CmmnActivity activity)
protected void
CmmnTransform. transformStage(Stage stage, CmmnActivity parent)
void
CmmnTransformListener. transformStage(PlanItem planItem, Stage stage, CmmnActivity caseActivity)
-
Uses of Stage in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type Stage Modifier and Type Method Description void
CmmnHistoryTransformListener. transformStage(PlanItem planItem, Stage stage, CmmnActivity caseActivity)
-
Uses of Stage in org.camunda.bpm.engine.impl.metrics.parser
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type Stage Modifier and Type Method Description void
MetricsCmmnTransformListener. transformStage(PlanItem planItem, Stage stage, CmmnActivity activity)
-
Uses of Stage in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Stage Modifier and Type Class Description class
CasePlanModel
class
StageImpl
-
Uses of Stage in org.camunda.bpm.model.cmmn.instance
Subinterfaces of Stage in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
CasePlanModel
-