Uses of Class
org.alfresco.service.cmr.workflow.WorkflowPath
-
Packages that use WorkflowPath Package Description org.alfresco.repo.workflow org.alfresco.repo.workflow.activiti org.alfresco.repo.workflow.jscript org.alfresco.service.cmr.workflow -
-
Uses of WorkflowPath in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowPath Modifier and Type Method Description WorkflowPathWorkflowObjectFactory. createPath(java.lang.String id, WorkflowInstance wfInstance, WorkflowNode node, boolean isActive)WorkflowPathWorkflowComponent. fireEvent(java.lang.String pathId, java.lang.String event)Fire custom event against specified pathWorkflowPathWorkflowServiceImpl. fireEvent(java.lang.String pathId, java.lang.String event)WorkflowPathWorkflowComponent. signal(java.lang.String pathId, java.lang.String transitionId)Signal the transition from one Workflow Node to another within an "in-flight" process.WorkflowPathWorkflowServiceImpl. signal(java.lang.String pathId, java.lang.String transition)WorkflowPathWorkflowComponent. startWorkflow(java.lang.String workflowDefinitionId, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> parameters)Start a Workflow InstanceWorkflowPathWorkflowServiceImpl. startWorkflow(java.lang.String workflowDefinitionId, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> parameters)WorkflowPathWorkflowServiceImpl. startWorkflowFromTemplate(org.alfresco.service.cmr.repository.NodeRef templateDefinition)Methods in org.alfresco.repo.workflow that return types with arguments of type WorkflowPath Modifier and Type Method Description java.util.List<WorkflowPath>WorkflowComponent. getWorkflowPaths(java.lang.String workflowId)Gets all Paths for the specified Workflow instancejava.util.List<WorkflowPath>WorkflowServiceImpl. getWorkflowPaths(java.lang.String workflowId)Methods in org.alfresco.repo.workflow with parameters of type WorkflowPath Modifier and Type Method Description WorkflowTaskWorkflowObjectFactory. createTask(java.lang.String id, WorkflowTaskDefinition taskDef, java.lang.String name, java.lang.String defaultTitle, java.lang.String defaultDescription, WorkflowTaskState state, WorkflowPath path, java.lang.String workflowDefinitionName, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> properties)WorkflowTaskWorkflowObjectFactory. createTask(java.lang.String id, WorkflowTaskDefinition taskDef, java.lang.String name, java.lang.String defaultTitle, java.lang.String defaultDescription, WorkflowTaskState state, WorkflowPath path, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> properties)WorkflowTimerWorkflowObjectFactory. createWorkflowTimer(java.lang.String id, java.lang.String name, java.lang.String error, java.util.Date dueDate, WorkflowPath workflowPath, WorkflowTask workflowTask) -
Uses of WorkflowPath in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowPath Modifier and Type Method Description WorkflowPathActivitiTypeConverter. buildCompletedPath(java.lang.String executionId, java.lang.String processInstanceId)WorkflowPathActivitiTypeConverter. convert(org.activiti.engine.runtime.Execution execution)WorkflowPathActivitiTypeConverter. convert(org.activiti.engine.runtime.Execution execution, org.activiti.engine.runtime.ProcessInstance instance)WorkflowPathActivitiWorkflowEngine. fireEvent(java.lang.String pathId, java.lang.String event)Fire custom event against specified pathWorkflowPathActivitiTypeConverter. getWorkflowPath(java.lang.String executionId, boolean ignoreDomainMismatch)WorkflowPathActivitiTypeConverter. getWorkflowPath(org.activiti.engine.history.HistoricTaskInstance historicTaskInstance)WorkflowPathActivitiWorkflowEngine. signal(java.lang.String pathId, java.lang.String transitionId)Signal the transition from one Workflow Node to another within an "in-flight" process.WorkflowPathActivitiWorkflowEngine. startWorkflow(java.lang.String workflowDefinitionId, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> parameters)Start a Workflow InstanceMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowPath Modifier and Type Method Description java.util.List<WorkflowPath>ActivitiTypeConverter. convertExecution(java.util.List<org.activiti.engine.runtime.Execution> executions)java.util.List<WorkflowPath>ActivitiWorkflowEngine. getWorkflowPaths(java.lang.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 WorkflowPath Constructor Description JscriptWorkflowPath(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 WorkflowPath Modifier and Type Field Description WorkflowPathWorkflowTask. pathDeprecated.WorkflowPathWorkflowTimer. pathDeprecated.Methods in org.alfresco.service.cmr.workflow that return WorkflowPath Modifier and Type Method Description WorkflowPathWorkflowService. fireEvent(java.lang.String pathId, java.lang.String event)Fire custom event against specified pathWorkflowPathLazyActivitiWorkflowTask. getPath()WorkflowPathWorkflowTask. getPath()WorkflowPathWorkflowTimer. getPath()WorkflowPathWorkflowService. signal(java.lang.String pathId, java.lang.String transitionId)Signal the transition from one Workflow Node to anotherWorkflowPathWorkflowService. startWorkflow(java.lang.String workflowDefinitionId, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> parameters)Start a Workflow InstanceWorkflowPathWorkflowService. startWorkflowFromTemplate(org.alfresco.service.cmr.repository.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 Modifier and Type Method Description java.util.List<WorkflowPath>WorkflowService. getWorkflowPaths(java.lang.String workflowId)Gets all Paths for the specified Workflow instance.Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowPath Constructor Description WorkflowTask(java.lang.String id, WorkflowTaskDefinition definition, java.lang.String name, java.lang.String title, java.lang.String description, WorkflowTaskState state, WorkflowPath path, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> properties)WorkflowTimer(java.lang.String id, java.lang.String name, WorkflowPath path, WorkflowTask task, java.util.Date dueDate, java.lang.String error)
-