Package com.ptc.windchill.cadx.caddoc
Class CreateRepWFURLActionDelegate
java.lang.Object
com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate
com.ptc.windchill.cadx.caddoc.CreateRepWFURLActionDelegate
- All Implemented Interfaces:
com.ptc.windchill.cadx.common.WildfireNavBarCommonActionDelegate,com.ptc.windchill.cadx.common.WildfireNavBarCommonURLActionDelegate,Serializable,ActionDelegate,URLActionDelegate,NavBarActionDelegate,wt.templateutil.processor.NavBarURLActionDelegate,wt.wildfire.WildfireActionDelegate,wt.wildfire.WildfireURLActionDelegate
public class CreateRepWFURLActionDelegate
extends com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate
implements com.ptc.windchill.cadx.common.WildfireNavBarCommonURLActionDelegate, Serializable
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate
CONTEXT_SERVICE_NAMEFields inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
stateFields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL -
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.booleanisURLProvider(HashMap queryValueMap, Object object) 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.voidDeprecated.Deprecated.Methods inherited from class com.ptc.windchill.cadx.caddoc.CreateRepWFActionDelegate
enableable, getContextServiceName, setContextServiceName, validMethods inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
enableable, enableable, getContextWorkspace, getIsValidInInActive, getNeverInStandAlone, getWSOid, setContextWorkspace, setIsValidInInActive, setNeverInStandAlone
-
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 interfaceNavBarActionDelegate- Specified by:
setActionNamein interfaceURLActionDelegate- Overrides:
setActionNamein classcom.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate- 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
-
isURLProvider
Deprecated.Returns boolean flag indicating if the the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.
Supported API: true- Specified by:
isURLProviderin interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
queryValueMap- The Name-Value pairs from the Query Stringobject- The target object used to generate the Url- Returns:
- boolean
-
setMethod
Deprecated.Sets the method in URLAction to specify on the URL
Supported API: true- Specified by:
setMethodin interfacewt.templateutil.processor.NavBarURLActionDelegate- Parameters:
method- Name of a Gateway Method from URLProcessor
-