@AlfrescoPublicApi public class WorkflowNode extends Object
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
|
boolean |
isTaskNode
Deprecated.
|
String |
name
Deprecated.
|
String |
title
Deprecated.
|
WorkflowTransition[] |
transitions
Deprecated.
|
String |
type
Deprecated.
|
Constructor and Description |
---|
WorkflowNode(String name,
String title,
String description,
String type,
boolean isTaskNode,
WorkflowTransition... transitions) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getTitle() |
WorkflowTransition[] |
getTransitions() |
String |
getType() |
boolean |
isTaskNode() |
String |
toString() |
@Deprecated public String name
@Deprecated public String title
@Deprecated public String description
@Deprecated public String type
@Deprecated public boolean isTaskNode
@Deprecated public WorkflowTransition[] transitions
public WorkflowNode(String name, String title, String description, String type, boolean isTaskNode, WorkflowTransition... transitions)
public String getName()
public String getTitle()
public String getDescription()
public String getType()
public boolean isTaskNode()
public WorkflowTransition[] getTransitions()
Copyright © 2005–2017 Alfresco Software. All rights reserved.