com.ptc.windchill.enterprise.search.client
Class CoDeleteSavedSearchActionTaskDoer

java.lang.Object
  extended bycom.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
      extended bycom.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
          extended bycom.ptc.core.ca.co.client.doer.CoDefaultSimpleActionTaskDoer
              extended bycom.ptc.windchill.enterprise.search.client.CoDeleteSavedSearchActionTaskDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

public class CoDeleteSavedSearchActionTaskDoer
extends CoDefaultSimpleActionTaskDoer


Field Summary
private static String CLASSNAME
           
 
Fields inherited from class com.ptc.core.ca.co.client.doer.CoDefaultSimpleActionTaskDoer
 
Fields inherited from class com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
VERBOSE
 
Constructor Summary
CoDeleteSavedSearchActionTaskDoer()
           
 
Method Summary
 void execute(CoActionHandlerData execData)
          Action handler delegates the execution of the operation to the doer by calling this method on it.
 boolean isRelevant(CoActionHandlerData execData)
          Returns whether the action is relevant to the current situation.
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoDefaultSimpleActionTaskDoer
addDefaultTaskParameters, addParametersAboutMainObject_For_SimpleActionTaskDoer, addParametersAboutMainObject_From_IEElement, addParametersAboutMainObjectAttributesFromIEElement, processDefaultTaskResult
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
canExecute, getDoerFeatureType
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
addConfigurableTaskParameters, execute, executeTask, initTaskData, PPT, prepareTaskFeedback, prepareTaskName, prepareTaskParameters, processConfigurableTaskResult, processTaskResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoDeleteSavedSearchActionTaskDoer

public CoDeleteSavedSearchActionTaskDoer()
Method Detail

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