This sequence of elements represents one fragment of a DSM query definition. It describes a search statement.
Type of the query fragment; specifies whether it is a database or directory statement.
A user-defined description of the nature of the query fragment statement.
The underlying SQL-style statement from which the query fragment is formulated.
Name of the existing query used to link with this new query. Existing query is added as an argument of new query.
Used to specify the attribute values based on which the query results can be streamlined.
For example: (assetCn=z*) AND (assetDescription=This is a sample Query).
The attributeFilter helps to find assets with names starting with ‘z’.
Other Attributes are as follows:
Set the value of this parameter to true if ‘attributeFilter’ is supplied, otherwise set it to false.
Set it true if recursive search is required.
Set it to true if ‘searchRecursive’ parameter is set to true, otherwise set it to false.
Remarks
The value of ‘attributeFilterSupplied’ can be set to true or false if value of ‘queryFragmentType’ is DIRECTORY_***. For all other values ‘attributeFilterSupplied’ should be set to false.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|