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

Uses of Class
org.alfresco.service.cmr.workflow.WorkflowPath
Packages that use org.alfresco.service.cmr.workflow.WorkflowPath
org.alfresco.service.cmr.workflow
Uses of WorkflowPath in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowPath
WorkflowTimer.path
          Deprecated.
WorkflowTask.path
          Deprecated.
Methods in org.alfresco.service.cmr.workflow that return WorkflowPath
WorkflowService.fireEvent(String pathId, String event)
          Fire custom event against specified path
WorkflowTimer.getPath()
WorkflowTask.getPath()
WorkflowService.signal(String pathId, String transitionId)
          Signal the transition from one Workflow Node to another
WorkflowService.startWorkflow(String workflowDefinitionId, Map<QName,Serializable> parameters)
          Start a Workflow Instance
WorkflowService.startWorkflowFromTemplate(NodeRef templateDefinition)
          Start a Workflow Instance from an existing "Start Task" template node held in the Repository.
Methods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowPath
WorkflowService.getWorkflowPaths(String workflowId)
          Gets all Paths for the specified Workflow instance.
Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowPath
WorkflowTask(String id, WorkflowTaskDefinition definition, String name, String title, String description, WorkflowTaskState state, WorkflowPath path, Map<QName,Serializable> properties)
           
WorkflowTimer(String id, String name, WorkflowPath path, WorkflowTask task, Date dueDate, String error)
           

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

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

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