Package wt.enterprise

Interface URLActionDelegate

All Known Implementing Classes:
ActiveWorkspaceNavBarURLActionDelegate, AllConfigurationsURLActionDelegate, AllInstancesURLActionDelegate, AllVersionsURLActionDelegate, CheckedOutToWorkspaceURLActionDelegate, CheckInURLActionDelegate, CheckOutURLActionDelegate, CreateRepWFURLActionDelegate, DefaultNavBarURLActionDelegate, DelegateNavBarURLActionDelegate, DownloadURLActionDelegate, ForumURLActionDelegate, GeneralURLActionDelegate, IterationHistoryURLActionDelegate, LifeCycleHistoryURLActionDelegate, NavBarURLActionDelegateHelper, NavBarURLForumActionDelegate, ObjectPropsNavBarURLActionDelegate, OpenInProEURLActionDelegate, OpenWithURLActionDelegate, ProductViewWFURLActionDelegate, RemoveURLActionDelegate, ReportTemplateExecuteURLActionDelegate, ShareStatusURLActionDelegate, ShowDistributionListURLActionDelegate, ShowPublishedContentURLActionDelegate, UpdateURLActionDelegate, VersionHistoryURLActionDelegate, ViewManufacturerURLActionDelegate, ViewSupplierURLActionDelegate, ViewVendorURLActionDelegate, WFCheckoutURLActionDelegate, WsprefURLActionDelegate

public interface URLActionDelegate
Deprecated.
Defines utility methods for creating URLs for user actions.

Supported API: true

Extendable: true
  • Field Details

    • ACTION_NAME

      static final String ACTION_NAME
      Deprecated.
      Label for the attribute; 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
      See Also:
  • Method Details

    • getActionName

      String getActionName()
      Deprecated.
      Gets the value of the attribute: ACTION_NAME. 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
      Returns:
      String
    • setActionName

      void setActionName(String a_ActionName) throws WTPropertyVetoException
      Deprecated.
      Sets the value of the attribute: ACTION_NAME. 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
      Parameters:
      a_ActionName -
      Throws:
      WTPropertyVetoException
    • URL

      String URL(Object object) throws WTException
      Deprecated.
      Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

      Supported API: true
      Parameters:
      object -
      Returns:
      String
      Throws:
      WTException
    • getURLLabel

      String getURLLabel(Locale locale)
      Deprecated.
      Returns a localized label for a URL for the actions.

      Supported API: true
      Parameters:
      locale -
      Returns:
      String