com.ptc.core.ca.co.client.wizard
Class CoWizardCopyAttributeFunction

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.function.CoSimpleFunction_Model_Result
      extended by com.ptc.core.ca.co.client.wizard.CoWizardCopyAttributeFunction
All Implemented Interfaces:
com.ptc.core.ca.co.client.doer.function.CoFunction_Model_Result, Serializable

Deprecated.

@Deprecated
public class CoWizardCopyAttributeFunction
extends com.ptc.core.ca.co.client.doer.function.CoSimpleFunction_Model_Result
implements Serializable

The class implementing a function to copy attributes to the the I*E element maintained by the wizard. The source I*E element is found in the opener frame using "simple" approach.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 Object getSourceAttributeValue(String attrName, CoTaskData taskData, CoConfigFeature parameterConfig, CoSimpleModelHandlerData execData)
          Deprecated. 

Supported API: true
 Object getTargetAttributeValue(String attrName, CoTaskData taskData, CoConfigFeature parameterConfig, CoSimpleModelHandlerData execData)
          Deprecated. 

Supported API: true
 void processResult(CoTaskData taskData, CoConfigFeature parameterConfig, CoSimpleModelHandlerData execData)
          Deprecated. 

Supported API: true
 void setTargetAttributeValue(String attrName, boolean isNpa, Object value, CoTaskData taskData, CoConfigFeature parameterConfig, CoSimpleModelHandlerData execData)
          Deprecated. 

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processResult

public void processResult(CoTaskData taskData,
                          CoConfigFeature parameterConfig,
                          CoSimpleModelHandlerData execData)
                   throws WTException
Deprecated. 


Supported API: true

Specified by:
processResult in class com.ptc.core.ca.co.client.doer.function.CoSimpleFunction_Model_Result
Parameters:
taskData -
parameterConfig -
execData -
Throws:
WTException

getSourceAttributeValue

public Object getSourceAttributeValue(String attrName,
                                      CoTaskData taskData,
                                      CoConfigFeature parameterConfig,
                                      CoSimpleModelHandlerData execData)
                               throws WTException
Deprecated. 


Supported API: true

Parameters:
attrName -
taskData -
parameterConfig -
execData -
Returns:
Object
Throws:
WTException

getTargetAttributeValue

public Object getTargetAttributeValue(String attrName,
                                      CoTaskData taskData,
                                      CoConfigFeature parameterConfig,
                                      CoSimpleModelHandlerData execData)
                               throws WTException
Deprecated. 


Supported API: true

Parameters:
attrName -
taskData -
parameterConfig -
execData -
Returns:
Object
Throws:
WTException

setTargetAttributeValue

public void setTargetAttributeValue(String attrName,
                                    boolean isNpa,
                                    Object value,
                                    CoTaskData taskData,
                                    CoConfigFeature parameterConfig,
                                    CoSimpleModelHandlerData execData)
                             throws WTException
Deprecated. 


Supported API: true

Parameters:
attrName -
isNpa -
value -
taskData -
parameterConfig -
execData -
Throws:
WTException