Uses of Class
org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
-
Packages that use ITInfrastructureRESTClient Package Description org.odpi.openmetadata.accessservices.itinfrastructure.client These are the client interfaces of the IT Infrastructure OMAS. -
-
Uses of ITInfrastructureRESTClient in org.odpi.openmetadata.accessservices.itinfrastructure.client
Constructors in org.odpi.openmetadata.accessservices.itinfrastructure.client with parameters of type ITInfrastructureRESTClient Constructor Description ConnectionManagerClient(String serverName, String serverPlatformURLRoot, ITInfrastructureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server.ConnectorTypeManagerClient(String serverName, String serverPlatformURLRoot, ITInfrastructureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server.EndpointManagerClient(String serverName, String serverPlatformURLRoot, ITInfrastructureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server.ITProfileManagerClient(String serverName, String serverPlatformURLRoot, ITInfrastructureRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.
-