Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.workflow
Class WorkflowNode
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowNode

@org.alfresco.api.AlfrescoPublicApi
public class WorkflowNode
extends Object
Workflow Node Data Object Represents a Node within the Workflow Definition.
Author:
davidc

Field Summary
description
          Deprecated.
boolean
isTaskNode
          Deprecated.
name
          Deprecated.
title
          Deprecated.
transitions
          Deprecated.
type
          Deprecated.
Constructor Summary
WorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions)
Method Summary
getDescription()
getName()
getTitle()
getTransitions()
getType()
boolean
isTaskNode()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
description
@Deprecated
public String description
Deprecated.
Workflow Node Description (Localised)

isTaskNode
@Deprecated
public boolean isTaskNode
Deprecated.
Does this Workflow Node represent human interaction?

name
@Deprecated
public String name
Deprecated.
Workflow Node Name

title
@Deprecated
public String title
Deprecated.
Workflow Node Title (Localised)

transitions
@Deprecated
public WorkflowTransition[] transitions
Deprecated.
The transitions leaving this node (or null, if none)

type
@Deprecated
public String type
Deprecated.
Type of the Workflow Node (typically this is BPM engine specific - informational only
Constructor Detail
WorkflowNode
public WorkflowNode(String name,
                    String title,
                    String description,
                    String type,
                    boolean isTaskNode,
                    WorkflowTransition... transitions)
Method Detail
getName
public String getName()
Returns:
the name

getTitle
public String getTitle()
Returns:
the title

getDescription
public String getDescription()
Returns:
the description

getType
public String getType()
Returns:
the type

isTaskNode
public boolean isTaskNode()
Returns:
the isTaskNode

getTransitions
public WorkflowTransition[] getTransitions()
Returns:
the transitions

toString
public String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.