Uses of Class
de.dlr.proseo.interfaces.rest.model.RestInputReference
Packages that use RestInputReference
-
Uses of RestInputReference in de.dlr.proseo.interfaces.rest.model
Fields in de.dlr.proseo.interfaces.rest.model declared as RestInputReferenceModifier and TypeFieldDescriptionprotected RestInputReferenceRestOrder.inputProductReferenceIdentification of the input product to use for On-Demand ProductionMethods in de.dlr.proseo.interfaces.rest.model that return RestInputReferenceModifier and TypeMethodDescriptionRestOrder.getInputProductReference()Returns the inputProductReference.Methods in de.dlr.proseo.interfaces.rest.model with parameters of type RestInputReferenceModifier and TypeMethodDescriptionvoidRestOrder.setInputProductReference(RestInputReference inputProductReference) Set the inputProductReference.Constructors in de.dlr.proseo.interfaces.rest.model with parameters of type RestInputReferenceModifierConstructorDescriptionRestOrder(Long id, Long version, String missionCode, String identifier, String uuid, Integer priority, String orderState, String stateMessage, String orderSource, Date submissionTime, Date executionTime, Date releaseTime, Date estimatedCompletionTime, Date actualCompletionTime, Date evictionTime, String startTime, String stopTime, String slicingType, Long sliceDuration, Long sliceOverlap, RestInputReference inputProductReference, List<RestInputFilter> inputFilters, List<RestParameter> dynamicProcessingParameters, List<RestClassOutputParameter> classOutputParameters, List<RestParameter> outputParameters, String workflowUuid, String workflowName, List<String> configuredProcessors, List<RestOrbitQuery> orbits, List<String> requestedProductClasses, List<String> inputProductClasses, String outputFileClass, String processingMode, String productionType, RestNotificationEndpoint notificationEndpoint, Long productRetentionPeriod, Boolean hasFailedJobSteps, List<String> jobStepStates, Long percentCompleted, Long percentFailed, Long percentRunning, Long expectedJobs, Long createdJobs) Creates a new RestOrder.