Package wt.enterprise
Class CheckOutURLActionDelegate
java.lang.Object
wt.enterprise.CheckOutActionDelegate
wt.enterprise.CheckOutURLActionDelegate
- All Implemented Interfaces:
Externalizable,Serializable,ActionDelegate,URLActionDelegate
public class CheckOutURLActionDelegate
extends CheckOutActionDelegate
implements URLActionDelegate, Externalizable
Defines utility methods for creating URLs for user check-outs.
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.CheckOutActionDelegate
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
-