Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Query Webjects > Describe-Attributes > Parameters
  
Parameters
Required
Interdependent
Optional
TYPE
ATTRIBUTE
INCLUDE_SOFT_ATTRIBUTES
GROUP_OUT
INCLUDE_ATTRIBUTES_FROM_SOURCE
* 
If a parameter is listed in the table but is not defined below, then it has a common parameter definition. For descriptions of those parameters, see Common Webject Parameters.
ATTRIBUTE
Specifies the attributes to be described for the specified type. Multiple values can be specified for this parameter. If this parameter is not specified, a default set of attributes is returned.
The default set of attributes for a type is configured in DefaultAttributes property of the wt.adapter.delegates.properties file. If the DefaultAttributes property is not defined, all attributes of all objects are returned. This parameter is optional.
GROUP_OUT
The name of the output group containing the results. If this parameter is omitted, then the name of the output group is constructed by appending the string “-Output” to the webject name. This parameter is optional.
INCLUDE_ATTRIBUTES_FROM_SOURCE
Specifies whether the returned attributes are filtered so that only surface attributes are exposed or if all attributes are returned. Specifying SURFACE returns only the surface attributes. The default for this parameter is ALL. This parameter is optional.
INCLUDE_SOFT_ATTRIBUTES
Specifies whether to include global attributes along with modeled attributes. By default, only modeled attributes are included in the output.
TYPE
Specifies the type of the object to be described. For example, the fully qualified Java class name wt.part.WTPart can be supplied. This parameter is required.