wt.enterprise
Interface URLActionDelegate

All Known Implementing Classes:
ActiveWorkspaceNavBarURLActionDelegate, AllConfigurationsURLActionDelegate, AllInstancesURLActionDelegate, AllVersionsURLActionDelegate, AssociateFromWsURLActionDelegate, AutoPartURLActionDelegate, CancelCheckoutURLActionDelegate, CheckedOutToWorkspaceURLActionDelegate, CheckinURLActionDelegate, CheckInURLActionDelegate, CheckOutURLActionDelegate, CreateRepWFURLActionDelegate, CreateWTProductInstanceURLActionDelegate, DefaultNavBarURLActionDelegate, DelegateNavBarURLActionDelegate, DeleteWorkspaceURLActionDelegate, DeleteWTProductInstanceURLActionDelegate, DisassociateFromWsURLActionDelegate, DownloadURLActionDelegate, EffHistoryURLActionDelegate, ForumURLActionDelegate, GeneralURLActionDelegate, IterationHistoryURLActionDelegate, LifeCycleHistoryURLActionDelegate, MadeFromURLActionDelegate, MultiReviseURLActionDelegate, NavBarURLActionDelegateHelper, NavBarURLForumActionDelegate, NewCadDocURLActionDelegate, NewPartURLActionDelegate, ObjectPropsNavBarURLActionDelegate, OpenInProEURLActionDelegate, ProductViewWFURLActionDelegate, RemoveURLActionDelegate, RenameURLActionDelegate, ReportTemplateExecuteURLActionDelegate, ReviseURLActionDelegate, SaveAsURLActionDelegate, ScmBrowserUrlActionDelegate, SetIncorporatedURLActionDelegate, SetPlannedIncorporationURLActionDelegate, ShareStatusURLActionDelegate, ShowDistributionListURLActionDelegate, ShowPublishedContentURLActionDelegate, UpdateChangeIssueURLActionDelegate, UpdateURLActionDelegate, UpdateWTProductInstanceURLActionDelegate, UploadURLActionDelegate, VersionHistoryURLActionDelegate, ViewManufacturerURLActionDelegate, ViewSupplierURLActionDelegate, ViewVendorURLActionDelegate, WFCheckoutURLActionDelegate, WsConfigSpecOptionsURLActionDelegate, WsprefURLActionDelegate

Deprecated.

public interface URLActionDelegate

Defines utility methods for creating URLs for user actions.

Supported API: true

Extendable: true


Field Summary
static String ACTION_NAME
          Deprecated.  
 
Method Summary
 String getActionName()
          Deprecated.  
 String getURLLabel(Locale locale)
          Deprecated.  
 void setActionName(String a_ActionName)
          Deprecated.  
 String URL(Object object)
          Deprecated.  
 

Field Detail

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:
Constant Field Values
Method Detail

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