Action Request System Java API

com.remedy.arsys.api
Class GotoGuideLabelInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.GotoGuideLabelInfo

public class GotoGuideLabelInfo
extends java.lang.Object
implements java.lang.Cloneable

The GotoGuideLabelInfo class is used to create and retrieve information about the Go To Guide Label workflow action. You use the Go To Guide Label action to redirect the flow of execution within a guide to a specific active link or filter. This action can be useful when you want to perform a step multiple times. For each time that you want to repeat a step or series of steps, a Go To Guide Label action returns you to the active link or filter that begins the series.

For more information, refer to the Action Request System Workflow Administrator's Guide.


Constructor Summary
GotoGuideLabelInfo()
          constructor
GotoGuideLabelInfo(java.lang.String label)
          label parameter retrieves the label string.
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 java.lang.String getLabel()
          Returns label of guide.
 void setLabel(java.lang.String label)
          Sets label of guide.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoGuideLabelInfo

public GotoGuideLabelInfo()
constructor

GotoGuideLabelInfo

public GotoGuideLabelInfo(java.lang.String label)
label parameter retrieves the label string.
Method Detail

getLabel

public java.lang.String getLabel()
Returns label of guide.

setLabel

public void setLabel(java.lang.String label)
Sets label of guide.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.
Overrides:
clone in class java.lang.Object

Action Request System Java API