Verwendungen von Klasse
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
Packages, die RestNotificationEndpoint verwenden
-
Verwendungen von RestNotificationEndpoint in de.dlr.proseo.interfaces.rest.model
Felder in de.dlr.proseo.interfaces.rest.model, die deklariert sind als RestNotificationEndpointModifizierer und TypFeldBeschreibungprotected RestNotificationEndpoint
RestOrder.notificationEndpoint
The endpoint to send order completion notifications toMethoden in de.dlr.proseo.interfaces.rest.model, die RestNotificationEndpoint zurückgebenModifizierer und TypMethodeBeschreibung@Valid RestNotificationEndpoint
RestOrder.getNotificationEndpoint()
Returns the notificationEndpoint.Methoden in de.dlr.proseo.interfaces.rest.model mit Parametern vom Typ RestNotificationEndpointModifizierer und TypMethodeBeschreibungvoid
RestOrder.setNotificationEndpoint
(RestNotificationEndpoint notificationEndpoint) Set the notificationEndpoint.Konstruktoren in de.dlr.proseo.interfaces.rest.model mit Parametern vom Typ RestNotificationEndpointModifiziererKonstruktorBeschreibungRestOrder
(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.