com.ptc.windchill.enterprise.search.client
Class CoDeleteSavedSearchActionTaskDoer
java.lang.Object
com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
com.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
com.ptc.core.ca.co.client.doer.CoDefaultSimpleActionTaskDoer
com.ptc.windchill.enterprise.search.client.CoDeleteSavedSearchActionTaskDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- public class CoDeleteSavedSearchActionTaskDoer
- extends CoDefaultSimpleActionTaskDoer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
CoDeleteSavedSearchActionTaskDoer
public CoDeleteSavedSearchActionTaskDoer()
isRelevant
public boolean isRelevant(CoActionHandlerData execData)
throws WTException
- Description copied from class:
CoDefaultActionTaskDoer
- 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: false
- Specified by:
isRelevant
in interface CoActionDoer
- Overrides:
isRelevant
in class CoDefaultActionTaskDoer
- Parameters:
execData
-
- Returns:
- boolean
- Throws:
WTException
execute
public void execute(CoActionHandlerData execData)
throws WTException
- Description copied from class:
CoDefaultActionTaskDoer
- Action handler delegates the execution of the operation to the doer
by calling this method on it.
Supported API: false
- Specified by:
execute
in interface CoActionDoer
- Overrides:
execute
in class CoDefaultActionTaskDoer
- Parameters:
execData
-
- Throws:
WTException