Class WorkflowTransition
- java.lang.Object
-
- org.alfresco.service.cmr.workflow.WorkflowTransition
-
@AlfrescoPublicApi public class WorkflowTransition extends Object
Workflow Transition.- Author:
- davidc
-
-
Constructor Summary
Constructors Constructor Description WorkflowTransition(String id, String title, String description, boolean isDefault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()StringgetTitle()booleanisDefault()StringtoString()
-
-
-
Field Detail
-
id
@Deprecated public String id
Deprecated.Transition Id
-
title
@Deprecated public String title
Deprecated.Transition Title (Localised)
-
description
@Deprecated public String description
Deprecated.Transition Description (Localised)
-
isDefault
@Deprecated public boolean isDefault
Deprecated.Is this the default transition
-
-