| Package | Description |
|---|---|
| org.jahia.services.workflow | |
| org.jahia.services.workflow.jbpm | |
| org.jahia.services.workflow.jbpm.command |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowTask
Represents task action.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WorkflowAction> |
Workflow.getAvailableActions() |
Set<WorkflowAction> |
WorkflowProvider.getAvailableActions(String processId,
Locale uiLocale)
Returns the next possible connections for a given process (usually only for User tasks).
|
Set<WorkflowAction> |
WorkflowService.getAvailableActions(String processId,
String provider,
Locale locale)
This method list all actions available at execution time for a node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workflow.setAvailableActions(Set<WorkflowAction> availableActions) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<WorkflowAction> |
BaseCommand.getAvailableActions(org.kie.api.runtime.KieSession ksession,
org.kie.api.task.TaskService taskService,
String processId,
Locale uiLocale) |
Set<WorkflowAction> |
JBPM6WorkflowProvider.getAvailableActions(String processId,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseCommand.i18nOfWorkflowAction(Locale uiLocale,
WorkflowAction workflowAction,
String definitionKey,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
Set<WorkflowAction> |
GetAvailableActionsCommand.execute() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.