Uses of Class
de.dlr.proseo.interfaces.rest.model.RestConfiguredProcessor
Packages that use RestConfiguredProcessor
-
Uses of RestConfiguredProcessor in de.dlr.proseo.interfaces.rest.model
Fields in de.dlr.proseo.interfaces.rest.model declared as RestConfiguredProcessorModifier and TypeFieldDescriptionprotected RestConfiguredProcessorRestProduct.configuredProcessorThe generating processor and its configurationMethods in de.dlr.proseo.interfaces.rest.model that return RestConfiguredProcessorModifier and TypeMethodDescriptionIngestorProduct.getConfiguredProcessor()Returns the configuredProcessor.RestProduct.getConfiguredProcessor()Returns the configuredProcessor.Methods in de.dlr.proseo.interfaces.rest.model with parameters of type RestConfiguredProcessorModifier and TypeMethodDescriptionvoidRestProduct.setConfiguredProcessor(RestConfiguredProcessor configuredProcessor) Set the configuredProcessor.Constructors in de.dlr.proseo.interfaces.rest.model with parameters of type RestConfiguredProcessorModifierConstructorDescriptionIngestorProduct(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.