com.ptc.windchill.enterprise.search.client
Class CoNewFrameInPlaceActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.windchill.enterprise.search.client.CoNewFrameInPlaceActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- Direct Known Subclasses:
- CoCustomizeSavedSearchLinkActionDoer
- public class CoNewFrameInPlaceActionDoer
- extends CoSimpleActionDoer
This action doer should be configured on an in place action to change
the location of the frame the action is being executed in. A new location
should be specified with the tag in the DCA configurations.
Supported API: true
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASSNAME
private static final String CLASSNAME
CoNewFrameInPlaceActionDoer
public CoNewFrameInPlaceActionDoer()
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
- Specified by:
execute
in class CoSimpleActionDoer
- Parameters:
execData
-
- Throws:
WTException