DeliveryRequestSubmissionAttachedAnnotation
Represents the relation between a DeliveryRequestSubmission and a Annotation that is part of the submission (files that need to be transferred).
For example, the DeliveryRequestSubmission shown below contains three DeliveryRequestSubmissionAttachedAnnotations.
Property Reference
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
annotation |
✘ |
Annotation |
||
created |
✘ |
Date |
The time when this resource was created |
date-time |
createdBy |
✘ |
String |
The request or process that created this resource |
|
deliveryRequestSubmission |
✘ |
DeliveryRequestSubmission |
||
excludeFromDelivery |
✘ |
Boolean |
||
funnel |
✘ |
String |
||
id |
✔ |
Long |
The id of this resource |
int64 |
lastUpdated |
✘ |
Date |
The time when this resource was last updated |
date-time |
modifiedBy |
✔ |
String |
The request or process responsible for the last update of this resource |
|
objectType |
✘ |
String |
The data model type or class name of this resource |
|
order |
✘ |
Integer |
int32 |
|
preDeliveryStatus |
✘ |
String |
Enum: TransferStarted, TransferCompleted, ProbeCompleted, TransferFailed, ProbeFailed, LinkCompleted, LinkFailed, |
|
remark |
✘ |
String |
||
version |
✔ |
Long |
The version of this resource, used for Optimistic Locking |
int64 |
preDeliveryStatus
The preDeliveryStatus
contains the status of the attached clip. Possible values are given in the table below.
preDeliveryStatus | Description |
---|---|
|
The transfer has been started |
|
The transfer completed |
|
The probe step (read media info from file) has completed |
|
The transfer did not complete successfully |
|
The probe step did not complete successfully |
|
The link step which links a |
|
The link step which links a |
The submissionStatus of the DeliveryRequestSubmission is influenced by the preDeliveryStatus
of its DeliveryRequestSubmissionAttachedAnnotations.
-
Only if all DeliveryRequestSubmissionAttachedAnnotations have a
preDeliveryStatus
ofProbeCompleted
, the submission will be considered to beProbeCompleted
. -
Failure to probe a DeliveryRequestSubmissionAttachedAnnotations will result in a
-
DraftFailed
submissionStatus
if the DeliveryRequestSubmission is not yet submitted. -
DeliveryFailed
submissionStatus
if the DeliveryRequestSubmission has been submitted.
-