com.ptc.windchill.enterprise.dataops.client
Class TableViewActionDoer
java.lang.Object
com.ptc.windchill.enterprise.dataops.client.TableViewActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- public class TableViewActionDoer
- extends Object
- implements CoActionDoer
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
TableViewActionDoer
public TableViewActionDoer()
execute
public void execute(CoActionHandlerData execData)
throws WTException
- Description copied from interface:
CoActionDoer
- 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
- Parameters:
execData
-
- Throws:
WTException
getDoerConfig
private CoConfigFeature getDoerConfig(CoActionHandlerData execData)
throws WTException
- Throws:
WTException
getElement
private CoElement getElement(CoActionHandlerData execData)
throws WTException
- Throws:
WTException
canExecute
public boolean canExecute(CoActionHandlerData execData)
throws WTException
- Description copied from interface:
CoActionDoer
- Returns whether the action can be triggered.
Supported API: false
- Specified by:
canExecute
in interface CoActionDoer
- Parameters:
execData
-
- Returns:
- boolean
- Throws:
WTException
isRelevant
public boolean isRelevant(CoActionHandlerData execData)
throws WTException
- Description copied from interface:
CoActionDoer
- 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
- Parameters:
execData
-
- Returns:
- boolean
- Throws:
WTException