Uses of Class
org.camunda.bpm.model.cmmn.impl.instance.CasePlanModel
-
Packages that use CasePlanModel Package Description org.camunda.bpm.engine.impl.cmmn.transformer org.camunda.bpm.engine.impl.history.transformer -
-
Uses of CasePlanModel in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type CasePlanModel Modifier and Type Method Description void
AbstractCmmnTransformListener. transformCasePlanModel(CasePlanModel casePlanModel, CmmnActivity activity)
void
CmmnTransformListener. transformCasePlanModel(CasePlanModel casePlanModel, CmmnActivity caseActivity)
-
Uses of CasePlanModel in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type CasePlanModel Modifier and Type Method Description void
CmmnHistoryTransformListener. transformCasePlanModel(CasePlanModel casePlanModel, CmmnActivity caseActivity)
-