public static interface CaseActionsPresenter.NewActionView extends org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
Modifier and Type | Method and Description |
---|---|
void |
addStages(List<CaseStageSummary> caseStage) |
void |
clearAllProcessDefinitions() |
void |
clearAllStages() |
String |
getActors() |
String |
getDescription() |
String |
getGroups() |
String |
getProcessDefinitionName() |
String |
getStageId() |
String |
getTaskName() |
void |
hide() |
void |
setProcessDefinitions(List<String> processDefinitions) |
void |
show(CaseActionType caseActionType,
org.uberfire.mvp.Command okCommand) |
void show(CaseActionType caseActionType, org.uberfire.mvp.Command okCommand)
void hide()
String getTaskName()
String getDescription()
String getProcessDefinitionName()
String getActors()
String getGroups()
void addStages(List<CaseStageSummary> caseStage)
String getStageId()
void clearAllStages()
void clearAllProcessDefinitions()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.