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

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoTaskData
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class CoTaskData
extends Object
implements Serializable

This class is used as a container for all data (task name, task parameters) describing I*E task executed by I*E task based doer.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 void addTaskParameter(String name, Object value)
          Deprecated. Adds task parameter into list of task parameters.
 FeedbackSpec getTaskFeedBack()
          Deprecated. Gets the value of the attribute: taskFeedBack; Specifies task feedback object.
 String getTaskName()
          Deprecated. Gets the value of the attribute: taskName; Specifies task name.
 Object[][] getTaskParameters()
          Deprecated. Returns task parameters.
 com.infoengine.object.factory.Group getTaskResult()
          Deprecated. Gets the value of the attribute: taskResult; Stored a result group returned by I*E as a result of task execution.
 void setTaskFeedBack(FeedbackSpec a_TaskFeedBack)
          Deprecated. Sets the value of the attribute: taskFeedBack; Specifies task feedback object.
 void setTaskName(String a_TaskName)
          Deprecated. Sets the value of the attribute: taskName; Specifies task name.
 void setTaskResult(com.infoengine.object.factory.Group a_TaskResult)
          Deprecated. Sets the value of the attribute: taskResult; Stored a result group returned by I*E as a result of task execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTaskName

public String getTaskName()
Deprecated. 
Gets the value of the attribute: taskName; Specifies task name.

Supported API: true

Returns:
String

setTaskName

public void setTaskName(String a_TaskName)
Deprecated. 
Sets the value of the attribute: taskName; Specifies task name.

Supported API: true

Parameters:
a_TaskName -

getTaskFeedBack

public FeedbackSpec getTaskFeedBack()
Deprecated. 
Gets the value of the attribute: taskFeedBack; Specifies task feedback object.

Supported API: true

Returns:
FeedbackSpec

setTaskFeedBack

public void setTaskFeedBack(FeedbackSpec a_TaskFeedBack)
Deprecated. 
Sets the value of the attribute: taskFeedBack; Specifies task feedback object.

Supported API: true

Parameters:
a_TaskFeedBack -

getTaskResult

public com.infoengine.object.factory.Group getTaskResult()
Deprecated. 
Gets the value of the attribute: taskResult; Stored a result group returned by I*E as a result of task execution.

Supported API: true

Returns:
Group

setTaskResult

public void setTaskResult(com.infoengine.object.factory.Group a_TaskResult)
Deprecated. 
Sets the value of the attribute: taskResult; Stored a result group returned by I*E as a result of task execution.

Supported API: true

Parameters:
a_TaskResult -

getTaskParameters

public Object[][] getTaskParameters()
                             throws WTException
Deprecated. 
Returns task parameters.

Supported API: true

Returns:
Object[][]
Throws:
WTException

addTaskParameter

public void addTaskParameter(String name,
                             Object value)
Deprecated. 
Adds task parameter into list of task parameters.

Supported API: true

Parameters:
name -
value -