Uses of Class
org.alfresco.service.cmr.workflow.WorkflowPath
Packages that use WorkflowPath
Package
Description
-
Uses of WorkflowPath in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowPathModifier and TypeMethodDescriptionWorkflowObjectFactory.createPath(String id, WorkflowInstance wfInstance, WorkflowNode node, boolean isActive) Fire custom event against specified pathSignal the transition from one Workflow Node to another within an "in-flight" process.WorkflowComponent.startWorkflow(String workflowDefinitionId, Map<QName, Serializable> parameters) Start a Workflow InstanceWorkflowServiceImpl.startWorkflow(String workflowDefinitionId, Map<QName, Serializable> parameters) WorkflowServiceImpl.startWorkflowFromTemplate(NodeRef templateDefinition) Methods in org.alfresco.repo.workflow that return types with arguments of type WorkflowPathModifier and TypeMethodDescriptionWorkflowComponent.getWorkflowPaths(String workflowId) Gets all Paths for the specified Workflow instanceWorkflowServiceImpl.getWorkflowPaths(String workflowId) Methods in org.alfresco.repo.workflow with parameters of type WorkflowPathModifier and TypeMethodDescriptionWorkflowObjectFactory.createTask(String id, WorkflowTaskDefinition taskDef, String name, String defaultTitle, String defaultDescription, WorkflowTaskState state, WorkflowPath path, String workflowDefinitionName, Map<QName, Serializable> properties) WorkflowObjectFactory.createTask(String id, WorkflowTaskDefinition taskDef, String name, String defaultTitle, String defaultDescription, WorkflowTaskState state, WorkflowPath path, Map<QName, Serializable> properties) WorkflowObjectFactory.createWorkflowTimer(String id, String name, String error, Date dueDate, WorkflowPath workflowPath, WorkflowTask workflowTask) -
Uses of WorkflowPath in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowPathModifier and TypeMethodDescriptionActivitiTypeConverter.buildCompletedPath(String executionId, String processInstanceId) ActivitiTypeConverter.convert(org.activiti.engine.runtime.Execution execution) ActivitiTypeConverter.convert(org.activiti.engine.runtime.Execution execution, org.activiti.engine.runtime.ProcessInstance instance) Fire custom event against specified pathActivitiTypeConverter.getWorkflowPath(String executionId, boolean ignoreDomainMismatch) ActivitiTypeConverter.getWorkflowPath(org.activiti.engine.history.HistoricTaskInstance historicTaskInstance) Signal the transition from one Workflow Node to another within an "in-flight" process.ActivitiWorkflowEngine.startWorkflow(String workflowDefinitionId, Map<QName, Serializable> parameters) Start a Workflow InstanceMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowPathModifier and TypeMethodDescriptionActivitiTypeConverter.convertExecution(List<org.activiti.engine.runtime.Execution> executions) ActivitiWorkflowEngine.getWorkflowPaths(String workflowId) Gets all Paths for the specified Workflow instance -
Uses of WorkflowPath in org.alfresco.repo.workflow.jscript
Constructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowPathModifierConstructorDescriptionJscriptWorkflowPath(WorkflowPath cmrWorkflowPath, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Creates a new instance of WorkflowPath from an instance of the WorkflowPath class provided by the CMR workflow model -
Uses of WorkflowPath in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowPathMethods in org.alfresco.service.cmr.workflow that return WorkflowPathModifier and TypeMethodDescriptionFire custom event against specified pathLazyActivitiWorkflowTask.getPath()WorkflowTask.getPath()WorkflowTimer.getPath()Signal the transition from one Workflow Node to anotherWorkflowService.startWorkflow(String workflowDefinitionId, Map<QName, Serializable> parameters) Start a Workflow InstanceWorkflowService.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 WorkflowPathModifier and TypeMethodDescriptionWorkflowService.getWorkflowPaths(String workflowId) Gets all Paths for the specified Workflow instance.Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowPathModifierConstructorDescriptionWorkflowTask(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)