Uses of Interface
com.hp.ucmdb.api.CustomerContext
Packages that use CustomerContext
Package
Description
This package contains the top level of API set for working with the UCMDB.
-
Uses of CustomerContext in com.hp.ucmdb.api
Methods in com.hp.ucmdb.api that return CustomerContextModifier and TypeMethodDescriptionUcmdbServiceProvider.createCustomerContext
(int customerId) Creates a customer context to be used in the connect method in the multi-tenant environment.UcmdbServiceProvider.createCustomerContext
(String customerName) Creates a customer context to be used in the connect method in the multi-tenant environment.UcmdbServiceProvider.createDatasetContext
(int customerId, String state) Deprecated.Methods in com.hp.ucmdb.api with parameters of type CustomerContextModifier and TypeMethodDescriptionUcmdbServiceProvider.connect
(CustomerContext customerContext, Credentials credentials, ClientContext clientContext) Connects to an instance of a customer in the multi-tenant UCMDB server.
UcmdbService.getUcmdbServiceForState(java.lang.String)