Package wt.lifecycle

Class LifeCycleHistoryURLActionDelegate

java.lang.Object
wt.lifecycle.LifeCycleHistoryActionDelegate
wt.lifecycle.LifeCycleHistoryURLActionDelegate
All Implemented Interfaces:
Externalizable, Serializable, ActionDelegate, URLActionDelegate

public class LifeCycleHistoryURLActionDelegate extends wt.lifecycle.LifeCycleHistoryActionDelegate implements URLActionDelegate, Externalizable
Defines utility methods for creating URLs for lifecycle history for a user.

Supported API: true

Extendable: false
See Also:
  • Field Summary

    Fields inherited from interface wt.enterprise.URLActionDelegate

    ACTION_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
    void
    setActionName(String a_ActionName)
    Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getActionName

      public String getActionName()
      Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

      Supported API: true
      Specified by:
      getActionName in interface URLActionDelegate
      Returns:
      String
    • setActionName

      public void setActionName(String a_ActionName) throws WTPropertyVetoException
      Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.

      Supported API: true
      Specified by:
      setActionName in interface URLActionDelegate
      Parameters:
      a_ActionName -
      Throws:
      WTPropertyVetoException