Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
-
Packages that use DigitalArchitectureRESTClient Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.client This package provides the Java clients for the Digital Architecture OMAS. -
-
Uses of DigitalArchitectureRESTClient in org.odpi.openmetadata.accessservices.digitalarchitecture.client
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.client with parameters of type DigitalArchitectureRESTClient Constructor Description ConnectionManager(String serverName, String serverPlatformURLRoot, DigitalArchitectureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server (view service or integration service typically).LocationManager(String serverName, String serverPlatformURLRoot, DigitalArchitectureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server (view service or integration service typically).ValidValuesManager(String serverName, String serverPlatformURLRoot, DigitalArchitectureRESTClient restClient, int maxPageSize, AuditLog auditLog)Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
-