com.ptc.windchill.enterprise.search.client
Class CoDisplaySavedSearchActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.windchill.enterprise.search.client.CoDisplaySavedSearchActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- public class CoDisplaySavedSearchActionDoer
- extends CoSimpleActionDoer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
CoDisplaySavedSearchActionDoer
public CoDisplaySavedSearchActionDoer()
execute
public void execute(CoSimpleActionHandlerData execData)
throws WTException
- Description copied from class:
CoSimpleActionDoer
- Action handler delegates the execution of the operation to the doer
by calling this method on it.
Supported API: true
- Specified by:
execute
in class CoSimpleActionDoer
- Parameters:
execData
-
- Throws:
WTException
isRelevant
public boolean isRelevant(CoSimpleActionHandlerData execData)
throws WTException
- Description copied from class:
CoSimpleActionDoer
- Returns whether the action is relevant to the current situation. The
action may not be relevant when the licensing limitaions or the application
logic prevent it from appearing in the GUI.
Supported API: true
- Overrides:
isRelevant
in class CoSimpleActionDoer
- Parameters:
execData
-
- Returns:
- boolean
- Throws:
WTException