Package com.ptc.windchill.cadx.caddoc
Class NavBarURLForumActionDelegate
java.lang.Object
wt.workflow.forum.ForumActionDelegate
wt.workflow.forum.ForumURLActionDelegate
com.ptc.windchill.cadx.caddoc.NavBarURLForumActionDelegate
- All Implemented Interfaces:
Serializable,ActionDelegate,URLActionDelegate,wt.templateutil.processor.NavBarURLActionDelegate
@Deprecated
public class NavBarURLForumActionDelegate
extends ForumURLActionDelegate
implements wt.templateutil.processor.NavBarURLActionDelegate, Serializable
Deprecated.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.workflow.forum.ForumActionDelegate
CONTEXT_SERVICE_NAMEFields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL -
Method Summary
Modifier and TypeMethodDescriptionbooleanisURLProvider(HashMap queryValueMap, Object object) Deprecated.voidDeprecated.Methods inherited from class wt.workflow.forum.ForumURLActionDelegate
getActionName, getClassURL, getURLLabel, setActionName, setClassURL, URLMethods inherited from class wt.workflow.forum.ForumActionDelegate
enableable, getContextServiceName, setContextServiceName, validMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.enterprise.URLActionDelegate
getActionName, getClassURL, getURLLabel, setActionName, setClassURL
-
Method Details
-
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
-