Basic Customization > User Interface Customization > Gathering the Data for the UI > Acquiring Data via Info*Engine > Customizations Points
  
Customizations Points
Parameter
Default Value
Possible Values
API
Req?
Description
action
None
Any valid task name
Constructor of IeTaskInfo
Yes
The name of the task to execute
form
The current request parameters
Name of a valid group in the page VDB
setGroupIn(Group groupIn)
No
A group that contains form data for the task
setParam(Param param) customization points
The following are all parameters that can be specified using setParam(Param param)
Parameter
Default Value
Possible Values
Req?
Description
GROUP_OUT
output
Any
No
The name of the resulting group
GROUP_IN
None
Any
No
The name of the group in to supply to Dispatch-Tasks
TYPE
None
Any
No
The name of the type to supply to Dispatch-Tasks
CLIMBER
None
Any
No
The name of the climber to supply to Dispatch-Tasks
ATTRIBUTE_PARAM_NAME
“ATTRIBUTE”
Any
No
The name of the attribute to put the requested attribute list in
SORTBY_PARAM_NAME
“SORTBY”
Any
No
The name of the attribute to put the sort criteria in
SORTED_PARAM_NAME
“SORTED”
Any
No
The name of the attribute to put the sort direction criteria in
WHERE_PARAM_NAME
“WHERE”
Any
No
The name of the attribute to put the filter criteria in
TYPE_PARAM_NAME
“TYPE”
Any
No
The name of the attribute to put the type criteria in
VERSION_PARAM_NAME
“VERSION”
Any
No
The name of the attribute to put the version criterion in
ITERATION_PARAM_NAME
“ITERATION”
Any
No
The name of the attribute to put the iteration criterion in
ATTRIBUTE_TYPE_CONTEXT_PARAM_NAME
“ATTRIBUTE_TYPE_CONTEXT”
Any
No
The name of the attribute to put the attribute type context criterion in
addFormParam(java.lang.String, java.lang.Object) can be used to pass parameters using the FORM group, which can be readily accessed from your task.