Uses of Class
org.alfresco.service.cmr.workflow.WorkflowNode
Packages that use WorkflowNode
Package
Description
-
Uses of WorkflowNode in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowNodeModifier and TypeMethodDescriptionWorkflowObjectFactory.createNode(String name, String definitionName, String defaultTitle, String defaultDescription, String type, boolean isTaskNode, WorkflowTransition... transitions) Methods in org.alfresco.repo.workflow with parameters of type WorkflowNodeModifier and TypeMethodDescriptionWorkflowObjectFactory.createPath(String id, WorkflowInstance wfInstance, WorkflowNode node, boolean isActive) WorkflowObjectFactory.createTaskDefinition(String id, WorkflowNode node, String typeName, boolean isStart) -
Uses of WorkflowNode in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowNode -
Uses of WorkflowNode in org.alfresco.repo.workflow.jscript
Methods in org.alfresco.repo.workflow.jscript that return WorkflowNodeModifier and TypeMethodDescriptionJscriptWorkflowPath.getNode()Gets the value of thenodepropertyConstructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowNodeModifierConstructorDescriptionJscriptWorkflowNode(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 modelJscriptWorkflowPath(String id, WorkflowNode node, JscriptWorkflowInstance instance, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Creates a new instance of a workflow path -
Uses of WorkflowNode in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowNodeModifier and TypeFieldDescriptionWorkflowPath.nodeDeprecated.WorkflowTaskDefinition.nodeDeprecated.Methods in org.alfresco.service.cmr.workflow that return WorkflowNodeConstructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowNodeModifierConstructorDescriptionWorkflowPath(String id, WorkflowInstance instance, WorkflowNode node, boolean active) WorkflowTaskDefinition(String id, WorkflowNode node, TypeDefinition metadata)