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 WorkflowTransition
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowTransition

public class WorkflowTransition
extends Object
Workflow Transition.
Author:
davidc

Field Summary
description
          Deprecated.
id
          Deprecated.
boolean
isDefault
          Deprecated.
title
          Deprecated.
Constructor Summary
WorkflowTransition(String id, String title, String description, boolean isDefault)
Method Summary
getDescription()
getId()
getTitle()
boolean
isDefault()
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.
Transition Description (Localised)

id
@Deprecated
public String id
Deprecated.
Transition Id

isDefault
@Deprecated
public boolean isDefault
Deprecated.
Is this the default transition

title
@Deprecated
public String title
Deprecated.
Transition Title (Localised)
Constructor Detail
WorkflowTransition
public WorkflowTransition(String id,
                          String title,
                          String description,
                          boolean isDefault)
Method Detail
getId
public String getId()
Returns:
the id

getTitle
public String getTitle()
Returns:
the title

getDescription
public String getDescription()
Returns:
the description

isDefault
public boolean isDefault()
Returns:
the isDefault

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–2016 Alfresco Software. All rights reserved.

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