Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.workflow.WorkflowInstance
Packages that use org.alfresco.service.cmr.workflow.WorkflowInstance
org.alfresco.service.cmr.workflow
Uses of WorkflowInstance in 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
WorkflowService.cancelWorkflow(String workflowId)
          Cancel an "in-flight" Workflow instance
WorkflowService.deleteWorkflow(String workflowId)
          Delete a Workflow instance.
WorkflowPath.getInstance()
WorkflowService.getWorkflowById(String workflowId)
          Gets a specific workflow instances
Methods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowInstance
WorkflowService.cancelWorkflows(List<String> workflowIds)
          Cancel a batch of "in-flight" Workflow instances
WorkflowService.getActiveWorkflows()
          Gets all active workflow instances.
WorkflowService.getActiveWorkflows(String workflowDefinitionId)
          Gets all active workflow instances of the specified Workflow Definition
WorkflowService.getCompletedWorkflows()
          Gets all completed workflow instances.
WorkflowService.getCompletedWorkflows(String workflowDefinitionId)
          Gets all completed workflow instances of the specified Workflow Definition
WorkflowService.getWorkflows()
          Gets all workflow instances (both active and completed).
WorkflowService.getWorkflows(String workflowDefinitionId)
          Gets all workflow instances (both active and completed) of the specified Workflow Definition
WorkflowService.getWorkflows(WorkflowInstanceQuery workflowInstanceQuery)
          Gets all "in-flight" workflow instances according to the specified workflowInstanceQuery parameter
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
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)
           

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.