Package com.ptc.jca.mvc.components
Class IeTaskInfo
java.lang.Object
com.ptc.jca.mvc.components.IeTaskInfo
Used to execute an InfoEngine task to fetch data for a JCA table/tree
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFormParam(String name, Object data) The attribute gets added into the FORM Group and later you can access this in your task
Supported API: true
Supported API: true
Supported API: truevoid
Supported API: truevoidsetGroupIn(Group groupIn) If the GROUP that you set here is of name "FORM", it will be used as FORM_GROUP in the Webject
Supported API: truevoid
Supported API: true
-
Constructor Details
-
IeTaskInfo
Supported API: true- Parameters:
action- Maps to the InfoEngine task name
-
-
Method Details
-
getAction
Supported API: true- Returns:
- the action
-
getParams
Supported API: true- Returns:
-
setAction
Supported API: true- Parameters:
action- Maps to the InfoEngine task name
-
setParam
Supported API: true- Parameters:
param-
-
addFormParam
The attribute gets added into the FORM Group and later you can access this in your task
Supported API: true- Parameters:
name-data-
-
setGroupIn
If the GROUP that you set here is of name "FORM", it will be used as FORM_GROUP in the Webject
Supported API: true- Parameters:
groupIn-
-