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 |
---|---|
WorkflowNode |
WorkflowObjectFactory.createNode(String name,
String definitionName,
String defaultTitle,
String defaultDescription,
String type,
boolean isTaskNode,
WorkflowTransition... transitions) |
Modifier and Type | Method and Description |
---|---|
WorkflowPath |
WorkflowObjectFactory.createPath(String id,
WorkflowInstance wfInstance,
WorkflowNode node,
boolean isActive) |
WorkflowTaskDefinition |
WorkflowObjectFactory.createTaskDefinition(String id,
WorkflowNode node,
String typeName,
boolean isStart) |
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
ActivitiTypeConverter.convert(org.activiti.engine.impl.pvm.PvmActivity activity) |
WorkflowNode |
ActivitiTypeConverter.convert(org.activiti.engine.impl.pvm.PvmActivity activity,
boolean forceIsTaskNode) |
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
JscriptWorkflowPath.getNode()
Gets the value of the
node property |
Constructor and Description |
---|
JscriptWorkflowNode(WorkflowNode workflowNode,
org.mozilla.javascript.Scriptable scope,
ServiceRegistry serviceRegistry)
Constructor to create a new instance of this class from an
existing instance of WorkflowNode from the CMR workflow
object model
|
JscriptWorkflowPath(String id,
WorkflowNode node,
JscriptWorkflowInstance instance,
ServiceRegistry serviceRegistry,
org.mozilla.javascript.Scriptable scope)
Creates a new instance of a workflow path
|
Modifier and Type | Field and Description |
---|---|
WorkflowNode |
WorkflowPath.node
Deprecated.
|
WorkflowNode |
WorkflowTaskDefinition.node
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkflowNode |
WorkflowPath.getNode() |
WorkflowNode |
WorkflowTaskDefinition.getNode() |
Constructor and Description |
---|
WorkflowPath(String id,
WorkflowInstance instance,
WorkflowNode node,
boolean active) |
WorkflowTaskDefinition(String id,
WorkflowNode node,
org.alfresco.service.cmr.dictionary.TypeDefinition metadata) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.