asynchReply
Defines the properties of all asynchronous responses returned by a service.
References
- Used by the following method return values:
asynch » runSpecification(specification, parameterValues, options) » result
asynch » wait(conversation, parameterValues, options) » result
drillThrough » convertDrillThroughContext(inputContext, parameterValues, options) » result
drillThrough » findDrillThroughPaths(objectPath, parameterValues, options) » result
drillThrough » queryDrillPath(objectPath, parameterValues, options) » result
indexTerm » addTermAssociation(term, parameterValues, options) » result
indexTerm » deleteTermAssociation(term, parameterValues, options) » result
indexUpdate » add(objectPath, parameterValues, options) » result
indexUpdate » delete(objectPath, parameterValues, options) » result
indexUpdate » get(objectPath, parameterValues, options) » result
paging » currentPage(conversation, parameterValues, options) » result
paging » firstPage(conversation, parameterValues, options) » result
paging » lastPage(conversation, parameterValues, options) » result
paging » nextPage(conversation, parameterValues, options) » result
paging » previousPage(conversation, parameterValues, options) » result
parameter » collectParameterValues(objectPath, parameterValues, options) » result
parameter » collectParameterValuesSpecification(specification, parameterValues, options) » result
parameter » getParameters(objectPath, parameterValues, options) » result
parameter » getParametersSpecification(specification, parameterValues, options) » result
promptPaging » back(conversation, parameterValues, options) » result
promptPaging » forward(conversation, parameterValues, options) » result
promptPaging » getPromptValues(conversation, parameterValues, options) » result
report » deliver(conversation, parameterValues, options) » result
report » drill(conversation, parameterValues, options) » result
report » getContext(conversation, parameterValues, options) » result
report » getObjectContext(objectPath, parameterValues, options) » result
report » getOutput(conversation, parameterValues, options) » result
report » lineage(conversation, parameterValues, options) » result
report » query(objectPath, parameterValues, options) » result
report » render(conversation, parameterValues, options) » result
rolapCubeAdministration » clearCubeWorkloadLog(cubeNames, parameterValues, options) » result
rolapCubeAdministration » getCubeState(cubeNames, parameterValues, options) » result
rolapCubeAdministration » refreshCubeDataCache(cubeNames, parameterValues, options) » result
rolapCubeAdministration » refreshCubeMemberCache(cubeNames, parameterValues, options) » result
rolapCubeAdministration » refreshCubeSecurity(cubeNames, parameterValues, options) » result
rolapCubeAdministration » restartCubes(cubeNames, parameterValues, options) » result
rolapCubeAdministration » startCubes(cubeNames, parameterValues, options) » result
rolapCubeAdministration » stopCubes(cubeNames, parameterValues, options) » result
validate » validate(objectPath, parameterValues, options) » result
validate » validateSpecification(specification, parameterValues, options) » result
Properties
This class has the following properties.
- details
Contains the detailed reply information from the service.
This property
is an array of type bibus » asynchDetail
is encoded as type
tns:asynchDetailArray
is read-only
- primaryRequest
Returns the request that initiated the asynchronous conversation. The request may be updated by the server to facilitate processing on a different server.
Normally this property is only returned when the status property is complete to improve performance and reduce network load. The option alwaysIncludePrimaryRequest can be used to force this value to be returned.
This property
is of type bibus » asynchRequest
is encoded as type
tns:asynchRequest
is read-only
- secondaryRequests
Contains the secondary requests that are available for processing as part of the asynchronous conversation.
This property
is an array of type bibus » asynchSecondaryRequest
is encoded as type
tns:asynchSecondaryRequestArray
is read-only
- status
Specifies the status of the last request sent to the server for the asynchronous conversation.
This property
is of type bibus » asynchReplyStatusEnum
is encoded as type
tns:asynchReplyStatusEnum
is read-only