Uses of Class
de.dlr.proseo.ingestor.rest.model.Orbit
Packages that use Orbit
Package
Description
Utility classes for handling products and product files
-
Uses of Orbit in de.dlr.proseo.ingestor.rest.model
Fields in de.dlr.proseo.ingestor.rest.model declared as OrbitModifier and TypeFieldDescriptionprotected OrbitRestProduct.orbitOrbit relationship of this product, if anyMethods in de.dlr.proseo.ingestor.rest.model that return OrbitModifier and TypeMethodDescriptionIngestorProduct.getOrbit()Returns the orbit.@Valid OrbitRestProduct.getOrbit()Returns the orbit.Methods in de.dlr.proseo.ingestor.rest.model with parameters of type OrbitConstructors in de.dlr.proseo.ingestor.rest.model with parameters of type OrbitModifierConstructorDescriptionIngestorProduct(Long id, Long version, String uuid, String missionCode, String productClass, String processingLevel, String fileClass, String mode, String productQuality, String requestedStartTime, String requestedStopTime, String sensingStartTime, String sensingStopTime, String rawDataAvailabilityTime, String generationTime, String publicationTime, String evictionTime, List<RestDownloadHistory> downloadHistory, String productionType, List<Long> componentProductIds, Long enclosingProductId, Orbit orbit, List<RestProductFile> productFile, RestConfiguredProcessor configuredProcessor, List<RestParameter> parameters, String sourceStorageType, String mountPoint, String filePath, String productFileName, List<String> auxFileNames, Long fileSize, String checksum, String checksumTime) Creates a new IngestorProduct.RestProduct(Long id, Long version, String uuid, String missionCode, String productClass, String processingLevel, String fileClass, String mode, String productQuality, String requestedStartTime, String requestedStopTime, String sensingStartTime, String sensingStopTime, String rawDataAvailabilityTime, String generationTime, String publicationTime, String evictionTime, List<RestDownloadHistory> downloadHistory, String productionType, List<Long> componentProductIds, Long enclosingProductId, Orbit orbit, List<RestProductFile> productFile, RestConfiguredProcessor configuredProcessor, List<RestParameter> parameters) Creates a new RestProduct.