com.ptc.windchill.enterprise.search.client
Class CoSearchPickerOkActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.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
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
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
CoSearchPickerOkActionDoer
public CoSearchPickerOkActionDoer()
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