public class DoneAction
extends AbstractComponentWidgetAdapterAware
WorkflowActionModel as done and move to the next step of the Task Assignment Workflow.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CANCELLED_TASKS_MESSAGE |
protected static java.lang.String |
CANCELLED_TASKS_TITLE |
protected static java.lang.String |
NODE_SELECTED |
protected static java.lang.String |
SOCKET_OUT_CONTEXT |
protected static java.lang.String |
SOCKET_OUT_DESELECT |
| Constructor and Description |
|---|
DoneAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> actionContext) |
protected void |
displayCancellationMessageBox(java.util.Collection<WorkflowActionModel> cancelledTasks,
<any> actionContext)
Displays a message box to notify the user that the given
Collection are cancelled. |
java.lang.String |
getConfirmationMessage(<any> actionContext) |
protected DefaultWorkflowService |
getNewestWorkflowService() |
protected WorkflowProcessingService |
getWorkflowProcessingService() |
boolean |
needsConfirmation(<any> actionContext) |
<any> |
perform(<any> actionContext) |
protected static final java.lang.String SOCKET_OUT_CONTEXT
protected static final java.lang.String SOCKET_OUT_DESELECT
protected static final java.lang.String NODE_SELECTED
protected static final java.lang.String CANCELLED_TASKS_MESSAGE
protected static final java.lang.String CANCELLED_TASKS_TITLE
public boolean canPerform(<any> actionContext)
public java.lang.String getConfirmationMessage(<any> actionContext)
public boolean needsConfirmation(<any> actionContext)
public <any> perform(<any> actionContext)
protected void displayCancellationMessageBox(java.util.Collection<WorkflowActionModel> cancelledTasks, <any> actionContext)
Collection are cancelled.cancelledTasks - the cancelled CollectionactionContext - the ActionContext which will be used to get labels to be displayed to the userprotected WorkflowProcessingService getWorkflowProcessingService()
protected DefaultWorkflowService getNewestWorkflowService()
Copyright © 2018 SAP SE. All Rights Reserved.