Class WorkflowNode
java.lang.Object
org.alfresco.service.cmr.workflow.WorkflowNode
Workflow Node Data Object
Represents a Node within the Workflow Definition.
- Author:
- davidc
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions) -
Method Summary
-
Field Details
-
name
Deprecated.Workflow Node Name -
title
Deprecated.Workflow Node Title (Localised) -
description
Deprecated.Workflow Node Description (Localised) -
type
Deprecated.Type of the Workflow Node (typically this is BPM engine specific - informational only -
isTaskNode
Deprecated.Does this Workflow Node represent human interaction? -
transitions
Deprecated.The transitions leaving this node (or null, if none)
-
-
Constructor Details
-
WorkflowNode
public WorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions)
-
-
Method Details