Uses of Class
org.odpi.openmetadata.viewservices.dino.api.properties.ServicePropertiesAndRequests
-
Packages that use ServicePropertiesAndRequests Package Description org.odpi.openmetadata.viewservices.dino.api.properties This package provides the definition of the Java API for the Dino OMVS. -
-
Uses of ServicePropertiesAndRequests in org.odpi.openmetadata.viewservices.dino.api.properties
Methods in org.odpi.openmetadata.viewservices.dino.api.properties that return types with arguments of type ServicePropertiesAndRequests Modifier and Type Method Description Map<String,ServicePropertiesAndRequests>EngineDetails. getServiceMap()Method parameters in org.odpi.openmetadata.viewservices.dino.api.properties with type arguments of type ServicePropertiesAndRequests Modifier and Type Method Description voidEngineDetails. setServiceMap(Map<String,ServicePropertiesAndRequests> serviceMap)Constructor parameters in org.odpi.openmetadata.viewservices.dino.api.properties with type arguments of type ServicePropertiesAndRequests Constructor Description EngineDetails(String engineGUID, String engineDisplayName, String engineQualifiedName, String engineDescription, String engineTypeDescription, String engineVersion, Map<String,ServicePropertiesAndRequests> serviceMap)
-