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

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
All Implemented Interfaces:
CoDoer
Direct Known Subclasses:
CoDefaultActionTaskDoer, CoDefaultModelTaskDoer

Deprecated.

@Deprecated
public abstract class CoAbstractTaskDoer
extends Object
implements CoDoer

This class implements general task related functionality.

Supported API: true

Extendable: false


Method Summary
protected  void addConfigurableTaskParameters(CoTaskData taskData)
          Deprecated. Adds task parameters specified by the configuration specification.
protected abstract  void addDefaultTaskParameters(CoTaskData taskData)
          Deprecated. Adds default task parameters.
protected  void executeTask(CoTaskData taskData)
          Deprecated. Executes the task.
protected  void prepareTaskFeedback(CoTaskData taskData)
          Deprecated. Prepares task feedback.
protected  void prepareTaskName(CoTaskData taskData)
          Deprecated. Retrieves task name from the configuration specification.
protected  void prepareTaskParameters(CoTaskData taskData)
          Deprecated. Prepares task parameters including the preparation of default and configurable task parameters.
protected  void processConfigurableTaskResult(CoTaskData taskData)
          Deprecated. Processes task result as specified by the configuration specification.
protected abstract  void processDefaultTaskResult(CoTaskData taskData)
          Deprecated. Performs default processing of a task result.
protected  void processTaskResult(CoTaskData taskData)
          Deprecated. Processes task result including default and configurable processing of task result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

prepareTaskName

protected void prepareTaskName(CoTaskData taskData)
                        throws WTException
Deprecated. 
Retrieves task name from the configuration specification.

Supported API: true

Parameters:
taskData -
Throws:
WTException

prepareTaskParameters

protected void prepareTaskParameters(CoTaskData taskData)
                              throws WTException
Deprecated. 
Prepares task parameters including the preparation of default and configurable task parameters.

Supported API: true

Parameters:
taskData -
Throws:
WTException

prepareTaskFeedback

protected void prepareTaskFeedback(CoTaskData taskData)
                            throws WTException
Deprecated. 
Prepares task feedback.

Supported API: true

Parameters:
taskData -
Throws:
WTException

executeTask

protected void executeTask(CoTaskData taskData)
                    throws WTException
Deprecated. 
Executes the task.

Supported API: true

Parameters:
taskData -
Throws:
WTException

processTaskResult

protected void processTaskResult(CoTaskData taskData)
                          throws WTException
Deprecated. 
Processes task result including default and configurable processing of task result.

Supported API: true

Parameters:
taskData -
Throws:
WTException

addDefaultTaskParameters

protected abstract void addDefaultTaskParameters(CoTaskData taskData)
                                          throws WTException
Deprecated. 
Adds default task parameters.

Supported API: true

Parameters:
taskData -
Throws:
WTException

addConfigurableTaskParameters

protected void addConfigurableTaskParameters(CoTaskData taskData)
                                      throws WTException
Deprecated. 
Adds task parameters specified by the configuration specification.

Supported API: true

Parameters:
taskData -
Throws:
WTException

processDefaultTaskResult

protected abstract void processDefaultTaskResult(CoTaskData taskData)
                                          throws WTException
Deprecated. 
Performs default processing of a task result.

Supported API: true

Parameters:
taskData -
Throws:
WTException

processConfigurableTaskResult

protected void processConfigurableTaskResult(CoTaskData taskData)
                                      throws WTException
Deprecated. 
Processes task result as specified by the configuration specification.

Supported API: true

Parameters:
taskData -
Throws:
WTException