@AlfrescoPublicApi public class WorkflowTransition extends Object
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
|
String |
id
Deprecated.
|
boolean |
isDefault
Deprecated.
|
String |
title
Deprecated.
|
Constructor and Description |
---|
WorkflowTransition(String id,
String title,
String description,
boolean isDefault) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
String |
getTitle() |
boolean |
isDefault() |
String |
toString() |
@Deprecated public String id
@Deprecated public String title
@Deprecated public String description
@Deprecated public boolean isDefault
Copyright © 2005–2017 Alfresco Software. All rights reserved.