IBM BJ0NJML - Service And Asset Management Integration Manual page 255

Integration guide
Table of Contents

Advertisement

Attribute
Description
uniqueResult
Specifies whether the query expects
one record or multiple records in a
response.
Value 0 (default): The query can
return multiple records.
Value 1: The query can return a single
record; otherwise, an error occurs.
maxItems
If the query can return multiple
records, this attribute limits the
number of records to be returned at
one time.
If this attribute is not specified, the
response contains the entire result set.
rsStart
In the query request:
Use with maxItems to specify the first
record to be returned in a response.
If maxItems equals 10 and rsStart is
not specified, the response returns
results 0 through 9. To receive results
10 through 19, resend the query with
rsStart equals 10.
If rsStart is not specified, the response
starts with the first record in the result
set. If the number of records in the
query result set is lower than the
value of rsStart, the response returns
no records.
rsStart
In the query response:
This value matches the rsStart value
in the corresponding request.
If the corresponding request contains
a maxItems value, the rsStart value in
requests for additional records is
rsStart + rsCount + 1.
If this attribute is not specified, the
response starts with the first record in
the result set and includes the number
of records specified by the rsCount
attribute.
Integration Queries
The following table lists the attributes that can apply specifically to the root
element of a query, a response to a query, or both. All attributes in this table are
optional.
Type
Boolean
PositiveInteger
Integer
Integer
Query Services
Applicable to
Query
Query
Query
Response
241

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents