Class WorkflowTransition

java.lang.Object
org.alfresco.service.cmr.workflow.WorkflowTransition

@AlfrescoPublicApi public class WorkflowTransition extends Object
Workflow Transition.
Author:
davidc
  • Field Details

    • 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
  • Constructor Details

    • WorkflowTransition

      public WorkflowTransition(String id, String title, String description, boolean isDefault)
  • Method Details

    • 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