Package wt.enterprise
Class VersionHistoryURLActionDelegate
java.lang.Object
wt.enterprise.VersionHistoryActionDelegate
wt.enterprise.VersionHistoryURLActionDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ActionDelegate,URLActionDelegate
public class VersionHistoryURLActionDelegate
extends VersionHistoryActionDelegate
implements URLActionDelegate, Externalizable
Defines utility methods for creating URLs for version history for a user.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets 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.getURLLabel(Locale locale) Deprecated.voidsetActionName(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.Deprecated.Methods inherited from class wt.enterprise.VersionHistoryActionDelegate
enableable, getContextServiceName, valid
-
Method Details
-
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:
getActionNamein interfaceURLActionDelegate- Returns:
- String
-
setActionName
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:
setActionNamein interfaceURLActionDelegate- 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- Specified by:
URLin interfaceURLActionDelegate- Parameters:
object-- Returns:
- String
- Throws:
WTException
-
getURLLabel
Deprecated.Returns a localized label for a URL for the actions.
Supported API: true- Specified by:
getURLLabelin interfaceURLActionDelegate- Parameters:
locale-- Returns:
- String
-