com.ptc.windchill.enterprise.dataops.client
Class SetAttributeValueActionDoer

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

public class SetAttributeValueActionDoer
extends CoSimpleActionDoer


Field Summary
 
Fields inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
 
Constructor Summary
SetAttributeValueActionDoer()
           
 
Method Summary
 void execute(CoSimpleActionHandlerData execData)
          Action handler delegates the execution of the operation to the doer by calling this method on it.
(package private)  List getSelectedElementList(CoSelector selector, CoEnvData envData)
           
(package private)  CoElement getSourceElement(CoSimpleActionHandlerData execData)
           
(package private)  void setAttrValue(CoElement selector, CoSimpleActionHandlerData execData)
           
 
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
 

Constructor Detail

SetAttributeValueActionDoer

public SetAttributeValueActionDoer()
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

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

getSourceElement

CoElement getSourceElement(CoSimpleActionHandlerData execData)
                     throws WTException
Throws:
WTException

getSelectedElementList

List getSelectedElementList(CoSelector selector,
                            CoEnvData envData)
                      throws WTException
Throws:
WTException

setAttrValue

void setAttrValue(CoElement selector,
                  CoSimpleActionHandlerData execData)
            throws WTException
Throws:
WTException