Package | Description |
---|---|
org.alfresco.repo.workflow | |
org.alfresco.repo.workflow.activiti | |
org.alfresco.repo.workflow.jscript | |
org.alfresco.service.cmr.workflow |
Modifier and Type | Method and Description |
---|---|
WorkflowPath |
WorkflowObjectFactory.createPath(String id,
WorkflowInstance wfInstance,
WorkflowNode node,
boolean isActive) |
WorkflowPath |
WorkflowComponent.fireEvent(String pathId,
String event)
Fire custom event against specified path
|
WorkflowPath |
WorkflowServiceImpl.fireEvent(String pathId,
String event) |
WorkflowPath |
WorkflowComponent.signal(String pathId,
String transitionId)
Signal the transition from one Workflow Node to another within an "in-flight"
process.
|
WorkflowPath |
WorkflowServiceImpl.signal(String pathId,
String transition) |
WorkflowPath |
WorkflowComponent.startWorkflow(String workflowDefinitionId,
Map<org.alfresco.service.namespace.QName,Serializable> parameters)
Start a Workflow Instance
|
WorkflowPath |
WorkflowServiceImpl.startWorkflow(String workflowDefinitionId,
Map<org.alfresco.service.namespace.QName,Serializable> parameters) |
WorkflowPath |
WorkflowServiceImpl.startWorkflowFromTemplate(org.alfresco.service.cmr.repository.NodeRef templateDefinition) |
Modifier and Type | Method and Description |
---|---|
List<WorkflowPath> |
WorkflowComponent.getWorkflowPaths(String workflowId)
Gets all Paths for the specified Workflow instance
|
List<WorkflowPath> |
WorkflowServiceImpl.getWorkflowPaths(String workflowId) |
Modifier and Type | Method and Description |
---|---|
WorkflowTask |
WorkflowObjectFactory.createTask(String id,
WorkflowTaskDefinition taskDef,
String name,
String defaultTitle,
String defaultDescription,
WorkflowTaskState state,
WorkflowPath path,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
WorkflowTask |
WorkflowObjectFactory.createTask(String id,
WorkflowTaskDefinition taskDef,
String name,
String defaultTitle,
String defaultDescription,
WorkflowTaskState state,
WorkflowPath path,
String workflowDefinitionName,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
WorkflowTimer |
WorkflowObjectFactory.createWorkflowTimer(String id,
String name,
String error,
Date dueDate,
WorkflowPath workflowPath,
WorkflowTask workflowTask) |
Modifier and Type | Method and Description |
---|---|
WorkflowPath |
ActivitiTypeConverter.buildCompletedPath(String executionId,
String processInstanceId) |
WorkflowPath |
ActivitiTypeConverter.convert(org.activiti.engine.runtime.Execution execution) |
WorkflowPath |
ActivitiTypeConverter.convert(org.activiti.engine.runtime.Execution execution,
org.activiti.engine.runtime.ProcessInstance instance) |
WorkflowPath |
ActivitiWorkflowEngine.fireEvent(String pathId,
String event)
Fire custom event against specified path
|
WorkflowPath |
ActivitiTypeConverter.getWorkflowPath(org.activiti.engine.history.HistoricTaskInstance historicTaskInstance) |
WorkflowPath |
ActivitiTypeConverter.getWorkflowPath(String executionId,
boolean ignoreDomainMismatch) |
WorkflowPath |
ActivitiWorkflowEngine.signal(String pathId,
String transitionId)
Signal the transition from one Workflow Node to another within an "in-flight"
process.
|
WorkflowPath |
ActivitiWorkflowEngine.startWorkflow(String workflowDefinitionId,
Map<org.alfresco.service.namespace.QName,Serializable> parameters)
Start a Workflow Instance
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowPath> |
ActivitiTypeConverter.convertExecution(List<org.activiti.engine.runtime.Execution> executions) |
List<WorkflowPath> |
ActivitiWorkflowEngine.getWorkflowPaths(String workflowId)
Gets all Paths for the specified Workflow instance
|
Constructor and 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
|
Modifier and Type | Field and Description |
---|---|
WorkflowPath |
WorkflowTask.path
Deprecated.
|
WorkflowPath |
WorkflowTimer.path
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowPath |
WorkflowService.fireEvent(String pathId,
String event)
Fire custom event against specified path
|
WorkflowPath |
WorkflowTask.getPath() |
WorkflowPath |
LazyActivitiWorkflowTask.getPath() |
WorkflowPath |
WorkflowTimer.getPath() |
WorkflowPath |
WorkflowService.signal(String pathId,
String transitionId)
Signal the transition from one Workflow Node to another
|
WorkflowPath |
WorkflowService.startWorkflow(String workflowDefinitionId,
Map<org.alfresco.service.namespace.QName,Serializable> parameters)
Start a Workflow Instance
|
WorkflowPath |
WorkflowService.startWorkflowFromTemplate(org.alfresco.service.cmr.repository.NodeRef templateDefinition)
Start a Workflow Instance from an existing "Start Task" template node held in the
Repository.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowPath> |
WorkflowService.getWorkflowPaths(String workflowId)
Gets all Paths for the specified Workflow instance.
|
Constructor and Description |
---|
WorkflowTask(String id,
WorkflowTaskDefinition definition,
String name,
String title,
String description,
WorkflowTaskState state,
WorkflowPath path,
Map<org.alfresco.service.namespace.QName,Serializable> properties) |
WorkflowTimer(String id,
String name,
WorkflowPath path,
WorkflowTask task,
Date dueDate,
String error) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.