com.ptc.core.ca.co.client.doer
Class CoDefaultSimpleModelTaskDoer
java.lang.Object
com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
com.ptc.core.ca.co.client.doer.CoDefaultModelTaskDoer
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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