Interface CaseActionsPresenter.NewActionView

    • Method Detail

      • show

        void show​(org.jbpm.workbench.cm.util.CaseActionType caseActionType,
                  org.uberfire.mvp.Command okCommand)
      • hide

        void hide()
      • getTaskName

        String getTaskName()
      • getDescription

        String getDescription()
      • getProcessDefinitionName

        String getProcessDefinitionName()
      • getActors

        String getActors()
      • getGroups

        String getGroups()
      • addStages

        void addStages​(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStage)
      • getStageId

        String getStageId()
      • clearAllStages

        void clearAllStages()
      • setProcessDefinitions

        void setProcessDefinitions​(List<String> processDefinitions)
      • clearAllProcessDefinitions

        void clearAllProcessDefinitions()