com.ptc.windchill.enterprise.dataops.client
Class SetAttributeValueActionDoer
java.lang.Object
com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.windchill.enterprise.dataops.client.SetAttributeValueActionDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
- public class SetAttributeValueActionDoer
- extends CoSimpleActionDoer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetAttributeValueActionDoer
public SetAttributeValueActionDoer()
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