Verwendungen von Klasse
de.dlr.proseo.ingestor.rest.model.Orbit
Packages, die Orbit verwenden
Package
Beschreibung
Utility classes for handling products and product files
-
Verwendungen von Orbit in de.dlr.proseo.ingestor.rest.model
Felder in de.dlr.proseo.ingestor.rest.model, die deklariert sind als OrbitModifizierer und TypFeldBeschreibungprotected Orbit
RestProduct.orbit
Orbit relationship of this product, if anyMethoden in de.dlr.proseo.ingestor.rest.model, die Orbit zurückgebenModifizierer und TypMethodeBeschreibungIngestorProduct.getOrbit()
Returns the orbit.@Valid Orbit
RestProduct.getOrbit()
Returns the orbit.Methoden in de.dlr.proseo.ingestor.rest.model mit Parametern vom Typ OrbitKonstruktoren in de.dlr.proseo.ingestor.rest.model mit Parametern vom Typ OrbitModifiziererKonstruktorBeschreibungIngestorProduct
(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.