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
Supported API: true
Extendable: true
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getURLLabel(Locale locale) Deprecated.voidsetActionName(String a_ActionName) Deprecated.Deprecated.
-
Field Details
-
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
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
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
Deprecated.Returns a localized label for a URL for the actions.
Supported API: true- Parameters:
locale-- Returns:
- String
-