|
|||||||||||||
| Packages that use org.alfresco.service.cmr.workflow.WorkflowInstance | ||
| org.alfresco.service.cmr.workflow | ||
| Fields in org.alfresco.service.cmr.workflow declared as WorkflowInstance | |
| WorkflowPath.instance Deprecated. |
|
| Methods in org.alfresco.service.cmr.workflow that return WorkflowInstance | |
abstract WorkflowInstance |
WorkflowService.cancelWorkflow(String workflowId) Cancel an "in-flight" Workflow instance |
abstract WorkflowInstance |
WorkflowService.deleteWorkflow(String workflowId) Delete a Workflow instance. |
| WorkflowPath.getInstance() | |
abstract WorkflowInstance |
WorkflowService.getWorkflowById(String workflowId) Gets a specific workflow instances |
| Methods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowInstance | |
abstract List<WorkflowInstance> |
WorkflowService.cancelWorkflows(List<String> workflowIds) Cancel a batch of "in-flight" Workflow instances |
abstract List<WorkflowInstance> |
WorkflowService.getActiveWorkflows() Gets all active workflow instances. |
abstract List<WorkflowInstance> |
WorkflowService.getActiveWorkflows(String workflowDefinitionId) Gets all active workflow instances of the specified Workflow Definition |
abstract List<WorkflowInstance> |
WorkflowService.getCompletedWorkflows() Gets all completed workflow instances. |
abstract List<WorkflowInstance> |
WorkflowService.getCompletedWorkflows(String workflowDefinitionId) Gets all completed workflow instances of the specified Workflow Definition |
abstract List<WorkflowInstance> |
WorkflowService.getWorkflows() Gets all workflow instances (both active and completed). |
abstract List<WorkflowInstance> |
WorkflowService.getWorkflows(String workflowDefinitionId) Gets all workflow instances (both active and completed) of the specified Workflow Definition |
abstract List<WorkflowInstance> |
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery) Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter |
abstract 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 |
abstract List<WorkflowInstance> |
WorkflowService.getWorkflowsForContent(NodeRef packageItem, boolean active) Gets the Workflows that act upon the specified Repository content. |
| Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowInstance |
| WorkflowPath(String id, WorkflowInstance instance, WorkflowNode node, boolean active) |
|
|||||||||||||