|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.doer.CoTaskData
@Deprecated public class CoTaskData
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
| 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 |
|---|
public String getTaskName()
public void setTaskName(String a_TaskName)
a_TaskName - public FeedbackSpec getTaskFeedBack()
public void setTaskFeedBack(FeedbackSpec a_TaskFeedBack)
a_TaskFeedBack - public com.infoengine.object.factory.Group getTaskResult()
public void setTaskResult(com.infoengine.object.factory.Group a_TaskResult)
a_TaskResult -
public Object[][] getTaskParameters()
throws WTException
WTException
public void addTaskParameter(String name,
Object value)
name - value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||