Class CmmnTransform

    • Constructor Detail

    • Method Detail

      • transformRootElement

        protected void transformRootElement()
      • transformImports

        protected void transformImports()
      • transformCaseDefinitions

        protected void transformCaseDefinitions()
      • transformCase

        protected CaseDefinitionEntity transformCase​(org.camunda.bpm.model.cmmn.instance.Case element)
      • transformCasePlanModel

        protected void transformCasePlanModel​(org.camunda.bpm.model.cmmn.instance.CasePlanModel casePlanModel)
      • transformStage

        protected void transformStage​(org.camunda.bpm.model.cmmn.instance.Stage stage,
                                      CmmnActivity parent)
      • transformPlanningTable

        protected void transformPlanningTable​(org.camunda.bpm.model.cmmn.instance.PlanningTable planningTable,
                                              CmmnActivity parent)
      • transformSentries

        protected void transformSentries​(org.camunda.bpm.model.cmmn.instance.Stage stage)
      • transformSentryOnParts

        protected void transformSentryOnParts​(org.camunda.bpm.model.cmmn.instance.Stage stage)
      • transformPlanItems

        protected void transformPlanItems​(org.camunda.bpm.model.cmmn.instance.PlanFragment planFragment,
                                          CmmnActivity parent)
      • transformPlanItem

        protected void transformPlanItem​(org.camunda.bpm.model.cmmn.instance.PlanItem planItem,
                                         CmmnActivity parent)
      • getPlanItemHandler

        protected ItemHandler getPlanItemHandler​(Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition> cls)
      • getDiscretionaryItemHandler

        protected ItemHandler getDiscretionaryItemHandler​(Class<? extends org.camunda.bpm.model.cmmn.instance.PlanItemDefinition> cls)
      • setExpressionManager

        public void setExpressionManager​(ExpressionManager expressionManager)