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

java.lang.Object
  extended bycom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended bycom.ptc.core.ca.co.client.search.CoSearchActionDoer
          extended bycom.ptc.windchill.enterprise.search.client.CoExecuteSearchActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

public class CoExecuteSearchActionDoer
extends CoSearchActionDoer


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
CoExecuteSearchActionDoer()
           
 
Method Summary
 void execute(CoSimpleActionHandlerData execData)
          Action handler delegates the execution of the operation to the doer by calling this method on it.
 
Methods inherited from class com.ptc.core.ca.co.client.search.CoSearchActionDoer
getQueryInstanceHolder
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, canExecute, execute, isRelevant, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CoExecuteSearchActionDoer

public CoExecuteSearchActionDoer()
Method Detail

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

Overrides:
execute in class CoSearchActionDoer
Throws:
WTException