Uses of Class
org.odpi.openmetadata.viewservices.serverauthor.api.properties.StoredServer
-
Packages that use StoredServer Package Description org.odpi.openmetadata.viewservices.serverauthor.api.properties This package provides the definition of the Java API for the Server Author OMVS. -
-
Uses of StoredServer in org.odpi.openmetadata.viewservices.serverauthor.api.properties
Methods in org.odpi.openmetadata.viewservices.serverauthor.api.properties that return types with arguments of type StoredServer Modifier and Type Method Description Set<StoredServer>Platform. getStoredServers()Set the stored servers on this platformMethods in org.odpi.openmetadata.viewservices.serverauthor.api.properties with parameters of type StoredServer Modifier and Type Method Description voidPlatform. addStoredServer(StoredServer storedServer)Add a stored server to the platformMethod parameters in org.odpi.openmetadata.viewservices.serverauthor.api.properties with type arguments of type StoredServer Modifier and Type Method Description voidPlatform. setStoredServers(Set<StoredServer> storedServers)Get the stored servers on this platform
-