Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Adapter Webjects Overview
  
Adapter Webjects Overview
Action and query webject details valid for the Windchill adapter are listed below. Because display and task webjects are available for all adapters, they are described in the Info*Engine User's Guide. For more detailed syntax information, see the Info*Engine User's Guide.
For examples that show the use of the action and query webjects described in this topic, access the installed example set as described in Windchill Adapter Examples.
Before their descriptions, parameters are grouped in the following categories:
Required—The parameter is always required.
Interdependent—A relationship between the specified parameter and another parameter exists. For example, the DBUSER and PASSWD parameters are interdependent. If you specify the DBUSER parameter, then you must also specify the PASSWD parameter.
A parameter is also interdependent when there is a relationship between the values in the specified parameter and the use of another parameter. For example, in the Query-Links webject, the value entered for the SELECTBY parameter determines which SELECT_ parameters can be used. Therefore, both the SELECTBY and SELECT_ parameters are listed in the “Interdependent” column.
Optional—The parameter is always optional and is not related to another parameter.
* 
JSPs using Info*Engine substitution syntax can no longer use the ${...} syntax. Info*Engine now supports an alternate syntax: $(...)
Pre-existing JSPs need to be updated to use the new $(...) syntax or they fail to compile and do not function as expected.
Pre-existing Info*Engine tasks continue to function as is and do not have to be changed. All Info*Engine tasks function with either $(...) or ${...}.