Uses of Interface
com.hp.ucmdb.api.UcmdbService
Packages that use UcmdbService
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of UcmdbService in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that return UcmdbServiceModifier and TypeMethodDescriptionUcmdbServiceProvider.connect(Credentials credentials, ClientContext clientContext) Connects the client to the UCMDB.UcmdbServiceProvider.connect(CustomerContext customerContext, Credentials credentials, ClientContext clientContext) Connects to an instance of a customer in the multi-tenant UCMDB server.UcmdbServiceProvider.getUcmdbService(UcmdbService ucmdbService, ClientContext clientContext) Deprecated.UcmdbService.getUcmdbServiceForClientContext(ClientContext clientContext) Returns the interface for querying various UCMDB subsystems using specified clientContext.UcmdbService.getUcmdbServiceForState(String state) Returns a clone of 'this' UcmdbService' object set to the specified state.Methods in com.hp.ucmdb.api with parameters of type UcmdbServiceModifier and TypeMethodDescriptionUcmdbServiceProvider.getUcmdbService(UcmdbService ucmdbService, ClientContext clientContext) Deprecated.
getUcmdbServiceForClientContext(ClientContext)