@Dependent public class CaseActionsPresenter extends AbstractCaseInstancePresenter<CaseActionsPresenter.CaseActionsView>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaseActionsPresenter.CaseActionAction |
static interface |
CaseActionsPresenter.CaseActionsListView |
static interface |
CaseActionsPresenter.CaseActionsView |
static interface |
CaseActionsPresenter.NewActionView |
| Modifier and Type | Field and Description |
|---|---|
static String |
SCREEN_ID |
caseId, caseService, containerId, PARAMETER_CASE_ID, PARAMETER_CONTAINER_ID, PARAMETER_SERVER_TEMPLATE_ID, place, serverTemplateId, translationServiceview| Constructor and Description |
|---|
CaseActionsPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDynamicSubprocessTaskAction(String caseDefinitionName,
String stageId) |
protected void |
addDynamicUserTaskAction(String taskName,
String taskDescription,
String actors,
String groups,
String stageId) |
protected void |
clearCaseInstance() |
protected String |
getNodeTypeLabel(CaseActionSummary action) |
String |
getTitle() |
protected void |
loadCaseInstance(CaseInstanceSummary cis) |
protected void |
refreshData(boolean refreshAvailableActions) |
protected void |
setNewDynamicAction(CaseActionType caseActionType) |
protected void |
triggerAdHocAction(String actionName) |
protected void |
triggerAdHocActionInStage(String actionName,
String stageId) |
findCaseInstance, isCaseInstanceValid, onCaseRefreshEvent, onStartup, setCaseServicegetView, initpublic static final String SCREEN_ID
public String getTitle()
protected void clearCaseInstance()
clearCaseInstance in class AbstractCaseInstancePresenter<CaseActionsPresenter.CaseActionsView>protected void loadCaseInstance(CaseInstanceSummary cis)
loadCaseInstance in class AbstractCaseInstancePresenter<CaseActionsPresenter.CaseActionsView>protected void setNewDynamicAction(CaseActionType caseActionType)
protected void addDynamicUserTaskAction(String taskName, String taskDescription, String actors, String groups, String stageId)
protected void addDynamicSubprocessTaskAction(String caseDefinitionName, String stageId)
protected void triggerAdHocAction(String actionName)
protected void triggerAdHocActionInStage(String actionName, String stageId)
protected void refreshData(boolean refreshAvailableActions)
protected String getNodeTypeLabel(CaseActionSummary action)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.