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

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

public class CoSearchPickerOkActionDoer
extends CoSimpleActionDoer

Based class for the clipboard Cut and Copy doers.

Supported API: true

Extendable: false


Nested Class Summary
private static class CoSearchPickerOkActionDoer.Visitor
           
 
Field Summary
private static String CLASSNAME
           
private static String PICKER_SELECTION_LIST
           
private static String PICKER_SELECTION_LIST_MAP
           
private static String RESOURCE
           
private static CoElementVisitType VISIT_TYPE_FIND_SELECTOR
           
private static CoElementVisitor VISITOR
           
 
Constructor Summary
CoSearchPickerOkActionDoer()
           
 
Method Summary
 boolean canExecute(CoSimpleActionHandlerData execData)
          Returns true.
 void execute(CoSimpleActionHandlerData execData)
          Places selected items on the clipboard using "simple" approach.
 boolean isRelevant(CoSimpleActionHandlerData execData)
          Returns true.
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, execute, 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

PICKER_SELECTION_LIST

private static final String PICKER_SELECTION_LIST
See Also:
Constant Field Values

PICKER_SELECTION_LIST_MAP

private static final String PICKER_SELECTION_LIST_MAP
See Also:
Constant Field Values

VISIT_TYPE_FIND_SELECTOR

private static final CoElementVisitType VISIT_TYPE_FIND_SELECTOR

VISITOR

private static final CoElementVisitor VISITOR
Constructor Detail

CoSearchPickerOkActionDoer

public CoSearchPickerOkActionDoer()
Method Detail

canExecute

public boolean canExecute(CoSimpleActionHandlerData execData)
                   throws WTException
Returns true.

Supported API: true

Overrides:
canExecute in class CoSimpleActionDoer
Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoSimpleActionHandlerData execData)
                   throws WTException
Returns true.

Supported API: true

Overrides:
isRelevant in class CoSimpleActionDoer
Parameters:
execData -
Returns:
boolean
Throws:
WTException

execute

public void execute(CoSimpleActionHandlerData execData)
             throws WTException
Places selected items on the clipboard using "simple" approach.

Supported API: true

Specified by:
execute in class CoSimpleActionDoer
Parameters:
execData -
Throws:
WTException