asynchRequest
Defines the properties of asynchronous requests processed by a service.
References
- Used by the following properties:
- Used by the following method parameters:
asynch » wait(conversation, parameterValues, options) » conversation
paging » currentPage(conversation, parameterValues, options) » conversation
paging » firstPage(conversation, parameterValues, options) » conversation
paging » lastPage(conversation, parameterValues, options) » conversation
paging » nextPage(conversation, parameterValues, options) » conversation
paging » previousPage(conversation, parameterValues, options) » conversation
promptPaging » back(conversation, parameterValues, options) » conversation
promptPaging » forward(conversation, parameterValues, options) » conversation
promptPaging » getPromptValues(conversation, parameterValues, options) » conversation
report » deliver(conversation, parameterValues, options) » conversation
report » drill(conversation, parameterValues, options) » conversation
report » getContext(conversation, parameterValues, options) » conversation
report » getOutput(conversation, parameterValues, options) » conversation
report » lineage(conversation, parameterValues, options) » conversation
report » render(conversation, parameterValues, options) » conversation
Properties
This class has the following properties.
- name
Specifies the name of the request.
This property
is of type
string
is encoded as type
xs:string
is read-only
- objectPath
Specifies the search path of the object in the content store used in the primary request that initiated the conversation.
This property
is of type bibus » searchPathSingleObject
is encoded as type
tns:searchPathSingleObject
is read-only
- options
Contains the set of options for this object.
Options can also be specified in other locations. For more information, see Specifying Options and Parameters.
This property
- parameters
Contains the set of execution parameter values for this object.
Parameter values can also be specified in other locations. For more information, see Specifying Options and Parameters.
This property
is an array of type bibus » parameterValue
is encoded as type
tns:parameterValueArray
is read-only
- specification
Specifies the inline specification. This specification was used in the primary request that initiated the conversation.
This property
is an array of type bibus » asynchSpecification
is encoded as type
tns:asynchSpecificationArray
is read-only
must have at most
1
item
- stateData
Specifies the internal run-time state information that the server requires with every secondary request.
This property contains data to be used only by IBM® Cognos®software. The structure of this data is subject to change without notice. Client applications should not attempt to interpret or modify this data.
This property
is of type bibus » xmlEncodedXML
is encoded as type
tns:xmlEncodedXML
is read-only