| Package | Description |
|---|---|
| org.jahia.ajax.gwt.helper | |
| org.jahia.services.workflow | |
| org.jahia.services.workflow.jbpm | |
| org.jahia.services.workflow.jbpm.command |
| Modifier and Type | Method and Description |
|---|---|
Map<org.jahia.ajax.gwt.client.widget.publication.PublicationWorkflow,WorkflowDefinition> |
PublicationHelper.createPublicationWorkflows(List<org.jahia.ajax.gwt.client.data.publication.GWTJahiaPublicationInfo> all) |
| Modifier and Type | Method and Description |
|---|---|
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition |
WorkflowHelper.getGWTJahiaWorkflowDefinition(WorkflowDefinition workflow) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinition |
WorkflowService.getPossibleWorkflowForType(JCRNodeWrapper node,
boolean checkPermission,
String type,
Locale locale)
This method return the workflow associated to an type, for the specified node.
|
WorkflowDefinition |
Workflow.getWorkflowDefinition() |
WorkflowDefinition |
WorkflowAction.getWorkflowDefinition() |
WorkflowDefinition |
HistoryWorkflow.getWorkflowDefinition() |
WorkflowDefinition |
WorkflowService.getWorkflowDefinition(String provider,
String id,
Locale locale) |
WorkflowDefinition |
WorkflowProvider.getWorkflowDefinitionByKey(String key,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDefinition> |
WorkflowProvider.getAvailableWorkflows(Locale uiLocale) |
Map<String,WorkflowDefinition> |
WorkflowService.getPossibleWorkflows(JCRNodeWrapper node,
boolean checkPermission,
Locale uiLocale)
This method list all possible workflows for the specified node.
|
List<WorkflowDefinition> |
WorkflowService.getWorkflowDefinitionsForType(String type,
JCRSiteNode siteNode,
Locale uiLocale)
Returns a list of available workflow definitions for the specified type.
|
List<WorkflowDefinition> |
WorkflowService.getWorkflowDefinitionsForType(String type,
Locale uiLocale)
Returns a list of available workflow definitions for the specified type.
|
List<WorkflowDefinition> |
WorkflowService.getWorkflows(Locale displayLocale)
This method list all workflows deployed in the system
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowService.addWorkflowRule(JCRNodeWrapper node,
WorkflowDefinition workflow) |
List<JahiaPrincipal> |
WorkflowService.getAssignedRole(WorkflowDefinition definition,
String activityName,
String processId) |
List<JahiaPrincipal> |
WorkflowService.getAssignedRole(WorkflowDefinition definition,
String activityName,
String processId,
JCRSessionWrapper session) |
String |
WorkflowService.getWorkflowType(WorkflowDefinition def) |
void |
Workflow.setWorkflowDefinition(WorkflowDefinition workflowDefinition) |
void |
WorkflowAction.setWorkflowDefinition(WorkflowDefinition workflowDefinition) |
void |
HistoryWorkflow.setWorkflowDefinition(WorkflowDefinition workflowDefinition) |
| Constructor and Description |
|---|
HistoryWorkflow(String id,
WorkflowDefinition workflowDefinition,
String name,
String provider,
String user,
Date startTime,
Date endTime,
String endActivityName,
String nodeId)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
protected WorkflowDefinition |
BaseCommand.convertToWorkflowDefinition(org.kie.api.definition.process.Process process,
Locale uiLocale) |
protected WorkflowDefinition |
BaseCommand.getWorkflowDefinitionById(String id,
Locale uiLocale,
org.kie.api.KieBase kieBase) |
WorkflowDefinition |
JBPM6WorkflowProvider.getWorkflowDefinitionByKey(String key,
Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDefinition> |
JBPM6WorkflowProvider.getAvailableWorkflows(Locale uiLocale) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDefinition |
GetWorkflowDefinitionCommand.execute() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDefinition> |
GetAvailableWorkflowsCommand.execute() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.