Uses of Interface
org.camunda.bpm.model.cmmn.instance.CasePlanModel
-
-
Uses of CasePlanModel in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CasePlanModel Modifier and Type Method Description void
CasePlanModelHandler. initializeExitCriterias(CasePlanModel casePlanModel, CmmnActivity activity, CmmnHandlerContext context)
-
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)
protected void
CmmnTransform. transformCasePlanModel(CasePlanModel casePlanModel)
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)
-
Uses of CasePlanModel in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement CasePlanModel Modifier and Type Class Description class
CasePlanModel
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CasePlanModel Modifier and Type Field Description protected static ChildElement<CasePlanModel>
CaseImpl. casePlanModelChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return CasePlanModel Modifier and Type Method Description CasePlanModel
CaseImpl. getCasePlanModel()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CasePlanModel Modifier and Type Method Description void
CaseImpl. setCasePlanModel(CasePlanModel casePlanModel)
-
Uses of CasePlanModel in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return CasePlanModel Modifier and Type Method Description CasePlanModel
Case. getCasePlanModel()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CasePlanModel Modifier and Type Method Description void
Case. setCasePlanModel(CasePlanModel casePlanModel)
-