Uses of Class
ecmwf.common.database.DestinationMetaValue
Packages that use DestinationMetaValue
-
Uses of DestinationMetaValue in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type DestinationMetaValueModifier and TypeMethodDescriptionECpdsBase.getDestinationMetaValuesByDestination(String destinationName) Gets all metadata values for a destination.Methods in ecmwf.common.database with parameters of type DestinationMetaValueModifier and TypeMethodDescriptionvoidECpdsBase.saveDestinationMetaValue(DestinationMetaValue value) Inserts or updates a destination metadata value.Method parameters in ecmwf.common.database with type arguments of type DestinationMetaValueModifier and TypeMethodDescriptionvoidECpdsBase.setDestinationMetaValues(String destinationName, Collection<DestinationMetaValue> values) Replaces ALL metadata values for a destination with the given list. -
Uses of DestinationMetaValue in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type DestinationMetaValueModifier and TypeMethodDescriptionDataBaseInterface.getDestinationMetaValuesByDestination(String destinationName) Gets all metadata values for a destination.DataBaseInterface.getDestinationMetaValuesByDestination(String user, String destinationName) Gets all metadata values for a destination, after checking that the given user is authorised.Methods in ecmwf.ecpds.master with parameters of type DestinationMetaValueModifier and TypeMethodDescriptionvoidDataBaseInterface.saveDestinationMetaValue(DestinationMetaValue value) Saves (insert or update) a destination metadata value.Method parameters in ecmwf.ecpds.master with type arguments of type DestinationMetaValueModifier and TypeMethodDescriptionvoidDataBaseInterface.setDestinationMetaValues(String user, String destinationName, Collection<DestinationMetaValue> values) Replaces all metadata values for a destination, after checking that the given user is authorised.voidDataBaseInterface.setDestinationMetaValues(String destinationName, Collection<DestinationMetaValue> values) Replaces all metadata values for a destination.