Interface CaseActionsPresenter.NewActionView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
- All Known Implementing Classes:
NewActionViewImpl
- Enclosing class:
- CaseActionsPresenter
public static interface CaseActionsPresenter.NewActionView extends org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddStages(List<org.jbpm.workbench.cm.model.CaseStageSummary> caseStage)voidclearAllProcessDefinitions()voidclearAllStages()StringgetActors()StringgetDescription()StringgetGroups()StringgetProcessDefinitionName()StringgetStageId()StringgetTaskName()voidhide()voidsetProcessDefinitions(List<String> processDefinitions)voidshow(org.jbpm.workbench.cm.util.CaseActionType caseActionType, org.uberfire.mvp.Command okCommand)
-
-
-
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()
-
clearAllProcessDefinitions
void clearAllProcessDefinitions()
-
-