Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerDatabase
-
Packages that use ResponseContainerDatabase Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.api org.odpi.openmetadata.accessservices.analyticsmodeling.responses -
-
Uses of ResponseContainerDatabase in org.odpi.openmetadata.accessservices.analyticsmodeling.api
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.api that return types with arguments of type ResponseContainerDatabase Modifier and Type Method Description List<ResponseContainerDatabase>AnalyticsModelingImport. getDatabases(String userId, int startFrom, int pageSize)Get databases available on the server for the user. -
Uses of ResponseContainerDatabase in org.odpi.openmetadata.accessservices.analyticsmodeling.responses
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.responses that return types with arguments of type ResponseContainerDatabase Modifier and Type Method Description List<ResponseContainerDatabase>DatabasesResponse. getDatabasesList()Get list of databases as response content.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.responses with type arguments of type ResponseContainerDatabase Modifier and Type Method Description voidDatabasesResponse. setDatabasesList(List<ResponseContainerDatabase> databases)Set list of databases as response content.
-