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 voidCmmnTransform. transformSentries(Stage stage)protected voidCmmnTransform. transformSentryOnParts(Stage stage)voidAbstractCmmnTransformListener. transformStage(PlanItem planItem, Stage stage, CmmnActivity activity)protected voidCmmnTransform. transformStage(Stage stage, CmmnActivity parent)voidCmmnTransformListener. 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 voidCmmnHistoryTransformListener. 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 voidMetricsCmmnTransformListener. 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 classCasePlanModelclassStageImpl -
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 interfaceCasePlanModel
-