| Package | Description |
|---|---|
| org.jahia.services.workflow | |
| org.jahia.services.workflow.jbpm | |
| org.jahia.services.workflow.jbpm.command |
| Modifier and Type | Method and Description |
|---|---|
HistoryWorkflow |
WorkflowService.getHistoryWorkflow(String id,
String provider,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryWorkflow> |
WorkflowService.getHistoryWorkflows(JCRNodeWrapper node,
Locale uiLocale)
Returns a list of process instance history records for the specified
node.
|
List<HistoryWorkflow> |
WorkflowProvider.getHistoryWorkflows(List<String> processIds,
Locale uiLocale)
Returns a list of process instance history records for the specified
process IDs.
|
List<HistoryWorkflow> |
WorkflowService.getHistoryWorkflowsByPath(String path,
Locale locale)
Returns a list of process instance history records for the specified
path.
|
List<HistoryWorkflow> |
WorkflowProvider.getHistoryWorkflowsForNode(String nodeId,
Locale uiLocale) |
List<HistoryWorkflow> |
WorkflowProvider.getHistoryWorkflowsForPath(String path,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowListener.workflowEnded(HistoryWorkflow workflow) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HistoryWorkflow> |
BaseCommand.getHistoryWorkflows(List<String> processIds,
Locale uiLocale) |
List<HistoryWorkflow> |
JBPM6WorkflowProvider.getHistoryWorkflows(List<String> processIds,
Locale uiLocale) |
List<HistoryWorkflow> |
JBPM6WorkflowProvider.getHistoryWorkflowsForNode(String nodeId,
Locale uiLocale) |
List<HistoryWorkflow> |
JBPM6WorkflowProvider.getHistoryWorkflowsForPath(String path,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryWorkflow> |
GetHistoryWorkflowCommand.execute() |
List<HistoryWorkflow> |
GetHistoryWorkflowsForPathCommand.execute() |
List<HistoryWorkflow> |
GetHistoryWorkflowsForNodeCommand.execute() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.