Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Query Webjects > Get-IconURL > Parameters
  
Parameters
Required
Interdependent
Optional
CONTAINER_REF
GROUP_IN
OBJECT_REF
GROUP_OUT
TYPE
WHERE
* 
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.
CONTAINER_REF
A Windchill context to apply the webject against. This parameter accepts the following types of input:
The UFID of a Windchill context. Multiple UFIDs can be specified for this parameter.
MEMBERSHIP—The query finds only those contexts of which the user is a member.
When this parameter is specified, the scope of queries executed against the TYPE and WHERE parameters are restricted to the associated context.
GROUP_IN
Name of an input group containing the objects for which to fetch icon URLs.
When the value of GROUP_IN equals the value of GROUP_OUT, a new group is not created and the related icon attributes are added to the input group.
When GROUP_IN is specified, the objects in the group are not re-fetched from the database. As a result, for the webject to generate useful icon information, it is necessary for each element of the input group to contain a specific set of attributes:
format.standardIconStr
checkoutInfo.state
containerReference
oneOffVersionInfo.identifier.oneOffVersionId
For EPM documents, the attributes are authoringApplication and docType. 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.
OBJECT_REF
The Unique Federation Identifier (UFID) of a Windchill object. Multiple values can be specified for this parameter to identify multiple objects.
This parameter can be used instead of or in combination with WHERE. If WHERE is not specified, then OBJECT_REF must be specified.
TYPE
The object type name. If WHERE is specified, TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.
WHERE
A query expression identifying the objects for which to query. This parameter can be used instead of or in combination with OBJECT_REF.
If OBJECT_REF is not specified, WHERE must be specified. If WHERE is specified, TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.