Package com.hp.ucmdb.api
Interface UcmdbManagementService
public interface UcmdbManagementService
Services to get interfaces to management subsystems.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the interface for customer management.Returns the interface for user management.
-
Method Details
-
getCustomersService
CustomersService getCustomersService()Returns the interface for customer management. The service enables creating and removing a customer, attaching to schemas, and other services. -
getSystemUserService
SystemUserService getSystemUserService()Returns the interface for user management. The service enables creating,removing, and updating a system user and other services.
-