Get Service Invoker Utility Methods; Step 4: Process The Integration Module Response - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

Integration Module Invocation

Get Service Invoker Utility Methods

Utility Method
Map<String, Object> getServiceInvoker
(psdi.iface.omp.OmpImLmoRelInfo ompImLmoRelInfo,
psdi.security.UserInfo userInfo)
Map<String, Object> getServiceInvoker
(psdi.iface.app.im.OmpImLmoRelRemote ompImLmoRelRemote,
psdi.security.UserInfo userInfo)
Map<String, Object> getServiceInvoker (String ompGUID,
String imName, String imVersion, String lmoName, String
lmoNamespace, psdi.security.UserInfo userInfo)
Map<String, Object> getServiceInvoker (String ompGUID,
String lmoName, String lmoNamespace, psdi.security.UserInfo
userInfo)
Collection<Map>
getServiceInvokerListForCIAndLMO(String actCIGUID,
String lmoName, String lmoNamespace, psdi.security.UserInfo
userInfo)

Step 4: Process the Integration Module Response

278
The operational management product service provides the following
getServiceInvoker utility methods to retrieve an instance of an integration module
for a logical management operation and an operational management product.
If a logical management operation has a response object, the integration module
updates the response object with the results from its invocation. The action class
determines whether to save the results to the database. If the action class does not
save the results, you can save the data when you view the response results in the
user interface.
If the response object is the primary object from the application, or if the updated
object is based on a relationship with the primary object of the application, the action
class does not save the object. Instead, the user interface prompts you to save the
object. However, if the updated object is unrelated to the primary application object,
the action class saves and commits the changes.
Function
Retrieves the service invoker for the specified
integration module, logical management
operation, and operational management
product.
Retrieves the service invoker for the specified
integration module, logical management
operation, and operational management
product.
Retrieves the service invoker for the specified
integration module, logical management
operation, and operational management
product.
Retrieves the service invoker for the preferred
integration module for the specified
operational management product and logical
management operation.
Retrieves a list of the service invokers for the
preferred integration modules that implement
the specified logical management operation
on the operational management products.
The operational management products have a
relationship with the configuration item.
Integration Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents