Class RemoveURLActionDelegate
java.lang.Object
com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
com.ptc.windchill.uwgm.cadx.remove.RemoveActionDelegate
com.ptc.windchill.uwgm.cadx.remove.RemoveURLActionDelegate
- All Implemented Interfaces:
com.ptc.windchill.cadx.common.WildfireNavBarCommonActionDelegate,ActionDelegate,URLActionDelegate,NavBarActionDelegate,wt.wildfire.WildfireActionDelegate,wt.wildfire.WildfireURLActionDelegate
public class RemoveURLActionDelegate
extends com.ptc.windchill.uwgm.cadx.remove.RemoveActionDelegate
implements wt.wildfire.WildfireURLActionDelegate
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class com.ptc.windchill.uwgm.cadx.remove.RemoveActionDelegate
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.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.Methods inherited from class com.ptc.windchill.uwgm.cadx.remove.RemoveActionDelegate
enableable, getContextServiceName, setContextServiceName, validMethods inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
enableable, enableable, getContextWorkspace, getIsValidInInActive, getNeverInStandAlone, getWSOid, setContextWorkspace, setIsValidInInActive, setNeverInStandAlone, setState
-
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
-