| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowFormPersister.persist() |
| Modifier and Type | Method and Description |
|---|---|
protected ContentModelFormPersister<WorkflowInstance> |
WorkflowFormProcessor.makeFormPersister(WorkflowDefinition item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirtualWorkflowPackageExtension.setWorkflowForPackage(WorkflowInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowBuilder.build() |
WorkflowInstance |
WorkflowComponent.cancelWorkflow(String workflowId)
Cancel an "in-flight" Workflow instance
|
WorkflowInstance |
WorkflowServiceImpl.cancelWorkflow(String workflowId) |
WorkflowInstance |
WorkflowObjectFactory.createInstance(String id,
WorkflowDefinition definition,
Map<String,Object> variables,
boolean isActive,
Date startDate,
Date endDate) |
WorkflowInstance |
WorkflowComponent.deleteWorkflow(String workflowId)
Delete an "in-flight" Workflow instance
|
WorkflowInstance |
WorkflowServiceImpl.deleteWorkflow(String workflowId) |
WorkflowInstance |
WorkflowComponent.getWorkflowById(String workflowId)
Gets a specific workflow instances
|
WorkflowInstance |
WorkflowServiceImpl.getWorkflowById(String workflowId)
Gets a specific workflow instances
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
WorkflowComponent.cancelWorkflows(List<String> workflowIds)
Cancel a batch of "in-flight" Workflow instances
|
List<WorkflowInstance> |
WorkflowServiceImpl.cancelWorkflows(List<String> workflowIds) |
List<WorkflowInstance> |
WorkflowComponent.getActiveWorkflows()
Gets all "in-flight" active workflow instances.
|
List<WorkflowInstance> |
WorkflowServiceImpl.getActiveWorkflows()
Gets all active workflow instances.
|
List<WorkflowInstance> |
WorkflowComponent.getActiveWorkflows(String workflowDefinitionId)
Gets all "in-flight" active workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowServiceImpl.getActiveWorkflows(String workflowDefinitionId)
Gets all active workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowComponent.getCompletedWorkflows()
Gets all completed workflow instances.
|
List<WorkflowInstance> |
WorkflowServiceImpl.getCompletedWorkflows()
Gets all completed workflow instances.
|
List<WorkflowInstance> |
WorkflowComponent.getCompletedWorkflows(String workflowDefinitionId)
Gets all "in-flight" completed workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowServiceImpl.getCompletedWorkflows(String workflowDefinitionId)
Gets all completed workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowComponent.getWorkflows()
Gets all workflow instances (both active and completed).
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows()
Gets all workflow instances (both active and completed).
|
List<WorkflowInstance> |
WorkflowComponent.getWorkflows(String workflowDefinitionId)
Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows(String workflowDefinitionId)
Gets all workflow instances (both active and completed) of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
WorkflowComponent.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount)
Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount) |
List<WorkflowInstance> |
WorkflowServiceImpl.getWorkflowsForContent(org.alfresco.service.cmr.repository.NodeRef packageItem,
boolean active) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowPath |
WorkflowObjectFactory.createPath(String id,
WorkflowInstance wfInstance,
WorkflowNode node,
boolean isActive) |
boolean |
WorkflowPackageComponent.setWorkflowForPackage(WorkflowInstance instance)
Initialises the workflow package node on the
WorkflowInstance,
adding the appropriate aspect and setting the appropriate properties to
mark it as a package for the given WorkflowInstance. |
boolean |
WorkflowPackageImpl.setWorkflowForPackage(WorkflowInstance instance)
Initialises the workflow package node on the
WorkflowInstance,
adding the appropriate aspect and setting the appropriate properties to
mark it as a package for the given WorkflowInstance. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
ActivitiWorkflowEngine.cancelWorkflow(String workflowId)
Cancel an "in-flight" Workflow instance
|
WorkflowInstance |
ActivitiTypeConverter.convert(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance) |
WorkflowInstance |
ActivitiTypeConverter.convert(org.activiti.engine.history.HistoricProcessInstance instance,
Map<String,Object> collectedvariables) |
WorkflowInstance |
ActivitiTypeConverter.convert(org.activiti.engine.runtime.ProcessInstance instance) |
WorkflowInstance |
ActivitiTypeConverter.convertAndSetVariables(org.activiti.engine.runtime.ProcessInstance instance,
Map<String,Object> collectedvariables) |
WorkflowInstance |
ActivitiTypeConverter.convertToInstanceAndSetVariables(org.activiti.engine.history.HistoricProcessInstance historicProcessInstance,
Map<String,Object> collectedVariables) |
WorkflowInstance |
ActivitiWorkflowEngine.deleteWorkflow(String workflowId)
Delete an "in-flight" Workflow instance
|
WorkflowInstance |
ActivitiWorkflowEngine.getWorkflowById(String workflowId)
Gets a specific workflow instances
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
ActivitiWorkflowEngine.cancelWorkflows(List<String> workflowIds) |
List<WorkflowInstance> |
ActivitiWorkflowEngine.getActiveWorkflows()
Gets all "in-flight" active workflow instances.
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getActiveWorkflows(String workflowDefinitionId)
Gets all "in-flight" active workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getCompletedWorkflows()
Gets all completed workflow instances.
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getCompletedWorkflows(String workflowDefinitionId)
Gets all "in-flight" completed workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows()
Gets all workflow instances (both active and completed).
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows(String workflowDefinitionId)
Gets all "in-flight" workflow instances (both active and completed) of the specified Workflow Definition
|
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) |
List<WorkflowInstance> |
ActivitiWorkflowEngine.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount) |
| Constructor and Description |
|---|
JscriptWorkflowInstance(WorkflowInstance cmrWorkflowInstance,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Create a new instance of
WorkflowInstance from a
WorkflowInstance object from the CMR workflow object model |
| Modifier and Type | Field and Description |
|---|---|
WorkflowInstance |
WorkflowPath.instance
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance |
WorkflowService.cancelWorkflow(String workflowId)
Cancel an "in-flight" Workflow instance
|
WorkflowInstance |
WorkflowService.deleteWorkflow(String workflowId)
Delete a Workflow instance.
|
WorkflowInstance |
WorkflowPath.getInstance() |
WorkflowInstance |
WorkflowService.getWorkflowById(String workflowId)
Gets a specific workflow instances
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowInstance> |
WorkflowService.cancelWorkflows(List<String> workflowIds)
Cancel a batch of "in-flight" Workflow instances
|
List<WorkflowInstance> |
WorkflowService.getActiveWorkflows()
Gets all active workflow instances.
|
List<WorkflowInstance> |
WorkflowService.getActiveWorkflows(String workflowDefinitionId)
Gets all active workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowService.getCompletedWorkflows()
Gets all completed workflow instances.
|
List<WorkflowInstance> |
WorkflowService.getCompletedWorkflows(String workflowDefinitionId)
Gets all completed workflow instances of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowService.getWorkflows()
Gets all workflow instances (both active and completed).
|
List<WorkflowInstance> |
WorkflowService.getWorkflows(String workflowDefinitionId)
Gets all workflow instances (both active and completed) of the specified Workflow Definition
|
List<WorkflowInstance> |
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
|
List<WorkflowInstance> |
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery,
int maxItems,
int skipCount)
Gets maxItems "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
Get maxItems and skipCount parameters form request
|
List<WorkflowInstance> |
WorkflowService.getWorkflowsForContent(org.alfresco.service.cmr.repository.NodeRef packageItem,
boolean active)
Gets the Workflows that act upon the specified Repository content.
|
| Constructor and Description |
|---|
WorkflowPath(String id,
WorkflowInstance instance,
WorkflowNode node,
boolean active) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.