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 voidCasePlanModelHandler. 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 voidAbstractCmmnTransformListener. transformCasePlanModel(CasePlanModel casePlanModel, CmmnActivity activity)protected voidCmmnTransform. transformCasePlanModel(CasePlanModel casePlanModel)voidCmmnTransformListener. 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 voidCmmnHistoryTransformListener. 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 classCasePlanModelFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type CasePlanModel Modifier and Type Field Description protected static ChildElement<CasePlanModel>CaseImpl. casePlanModelChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return CasePlanModel Modifier and Type Method Description CasePlanModelCaseImpl. getCasePlanModel()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type CasePlanModel Modifier and Type Method Description voidCaseImpl. 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 CasePlanModelCase. getCasePlanModel()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type CasePlanModel Modifier and Type Method Description voidCase. setCasePlanModel(CasePlanModel casePlanModel)
-