|
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 | |
abstract WorkflowPath |
WorkflowService.fireEvent(String pathId, String event) Fire custom event against specified path |
WorkflowTimer.getPath() | |
WorkflowTask.getPath() | |
abstract WorkflowPath |
WorkflowService.signal(String pathId, String transitionId) Signal the transition from one Workflow Node to another |
abstract WorkflowPath |
WorkflowService.startWorkflow(String workflowDefinitionId, Map<QName,Serializable> parameters) Start a Workflow Instance |
abstract WorkflowPath |
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 | |
abstract List<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) |
|