Uses of Class
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
Packages that use RestNotificationEndpoint
-
Uses of RestNotificationEndpoint in de.dlr.proseo.interfaces.rest.model
Fields in de.dlr.proseo.interfaces.rest.model declared as RestNotificationEndpointModifier and TypeFieldDescriptionprotected RestNotificationEndpointRestOrder.notificationEndpointThe endpoint to send order completion notifications toMethods in de.dlr.proseo.interfaces.rest.model that return RestNotificationEndpointModifier and TypeMethodDescriptionRestOrder.getNotificationEndpoint()Returns the notificationEndpoint.Methods in de.dlr.proseo.interfaces.rest.model with parameters of type RestNotificationEndpointModifier and TypeMethodDescriptionvoidRestOrder.setNotificationEndpoint(RestNotificationEndpoint notificationEndpoint) Set the notificationEndpoint.Constructors in de.dlr.proseo.interfaces.rest.model with parameters of type RestNotificationEndpointModifierConstructorDescriptionRestOrder(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.