com.ptc.core.ca.co.client.doer
Class CoDefaultSimpleModelTaskDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
      extended by com.ptc.core.ca.co.client.doer.CoDefaultModelTaskDoer
          extended by com.ptc.core.ca.co.client.doer.CoDefaultSimpleModelTaskDoer
All Implemented Interfaces:
CoDoer, CoModelDoer

Deprecated.

@Deprecated
public class CoDefaultSimpleModelTaskDoer
extends CoDefaultModelTaskDoer

The class implementing a model doer that invokes a task to update the model. The doer uses "simple" approach as as such adds default task parameters to the list of task paramenters specified by the configuration specification.

Supported API: true

Extendable: true


Method Summary
protected  void addDefaultTaskParameters(CoTaskData taskData)
          Deprecated. Adds default task parameters utilizing "simple" approach.
protected  void processDefaultTaskResult(CoTaskData taskData)
          Deprecated. Performs default processing of a task result utilizing "simple" approach.
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoDefaultModelTaskDoer
execute
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
addConfigurableTaskParameters, executeTask, prepareTaskFeedback, prepareTaskName, prepareTaskParameters, processConfigurableTaskResult, processTaskResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addDefaultTaskParameters

protected void addDefaultTaskParameters(CoTaskData taskData)
                                 throws WTException
Deprecated. 
Adds default task parameters utilizing "simple" approach.

Supported API: true

Overrides:
addDefaultTaskParameters in class CoDefaultModelTaskDoer
Parameters:
taskData -
Throws:
WTException

processDefaultTaskResult

protected void processDefaultTaskResult(CoTaskData taskData)
                                 throws WTException
Deprecated. 
Performs default processing of a task result utilizing "simple" approach.

Supported API: true

Overrides:
processDefaultTaskResult in class CoDefaultModelTaskDoer
Parameters:
taskData -
Throws:
WTException