|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.workflow.WorkflowNode
public class WorkflowNode
Workflow Node Data Object Represents a Node within the Workflow Definition.
Field Summary | |
---|---|
java.lang.String |
description
Workflow Node Description (Localised) |
boolean |
isTaskNode
Does this Workflow Node represent human interaction? |
java.lang.String |
name
Workflow Node Name |
java.lang.String |
title
Workflow Node Title (Localised) |
WorkflowTransition[] |
transitions
The transitions leaving this node (or null, if none) |
java.lang.String |
type
Type of the Workflow Node (typically this is BPM engine specific - informational only |
Constructor Summary | |
---|---|
WorkflowNode()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.lang.String |
getTitle()
|
WorkflowTransition[] |
getTransitions()
|
java.lang.String |
getType()
|
boolean |
isTaskNode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String title
public java.lang.String description
public java.lang.String type
public boolean isTaskNode
public WorkflowTransition[] transitions
Constructor Detail |
---|
public WorkflowNode()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getType()
public boolean isTaskNode()
public WorkflowTransition[] getTransitions()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |