listCategories List categories of deployed business services.
input | impl:listCategoriesRequest Request message (uses business:listCategories element): Specifies any filter criteria to be applied to the request.
| output | impl:listCategoriesResponse Response message (uses business:listCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
queryCategories Query categories of deployed business services.
input | impl:queryCategoriesRequest Request message (uses business:queryCategories element): Specifies the filter criteria to be applied to the request.
| output | impl:queryCategoriesResponse Response message (uses business:queryCategoriesResponse element): Contains detailed descriptions of the categories of deployed business services that match the specified criteria.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
listBusinessServices List deployed business services.
input | impl:listBusinessServicesRequest Request message (uses business:listBusinessServices element): Specifies any filter criteria to be applied to the request.
| output | impl:listBusinessServicesResponse Response message (uses business:listBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
queryBusinessServices Query deployed business services.
input | impl:queryBusinessServicesRequest Request message (uses business:queryBusinessServices element): Specifies the filter criteria to be applied to the request.
| output | impl:queryBusinessServicesResponse Response message (uses business:queryBusinessServicesResponse element): Contains detailed descriptions of deployed business services that match the specified criteria.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
startBusinessService Start an instance of a deployed business service.
input | impl:startBusinessServiceRequest Request message (uses business:startBusinessService element): Identifies the business service instance to be started.
| output | impl:startBusinessServiceResponse Response message (uses business:startBusinessServiceResponse element): Contains the execution state, context and page data for the started business service instance.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
updateBusinessService Update a business service instance.
input | impl:updateBusinessServiceRequest Request message (uses business:updateBusinessService element): Identifies the business service instance to be updated.
| output | impl:updateBusinessServiceResponse Response message (uses business:updateBusinessServiceResponse element): Contains the execution state, context and page data for the updated business service instance.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
injectBusinessServiceEvent Inject an event into a business service.
input | impl:injectBusinessServiceEventRequest Request message (uses business:injectBusinessServiceEvent element): Specifies the event to be injected, and the busines service instance into which it should be injected.
| output | impl:injectBusinessServiceEventResponse Response message (uses business:injectBusinessServiceEventResponse element): Contains the execution state, context and page data for the business service instance.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
cancelBusinessService Cancel a business service instance.
input | impl:cancelBusinessServiceRequest Request message (uses business:cancelBusinessService element): Identifies the business service instance to be cancelled.
| output | impl:cancelBusinessServiceResponse Response message (uses business:cancelBusinessServiceResponse element): Contains the status of the specified business service instance.
| fault | impl:internalServiceFault Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
| fault | impl:invalidArgumentFault Error message (uses ex:InvalidArgumentFault element): An invalid or missing argument was supplied in the request.
| fault | impl:pageFlowExecutionFault Error message (uses ex:PageFlowExecutionFault): An error occurred when the Page Flow Engine executed the request.
|
|
listCaseAction List deployed case services.
|