StateEnum
org.sagebionetworks.repo.model.form.StateEnum
The enumeration of possible FormData submission states.
Enumeration
name | description |
---|---|
WAITING_FOR_SUBMISSION | Indicates that the FormData is waiting for the creator to submit it. |
SUBMITTED_WAITING_FOR_REVIEW | Indicates the FormData has been submitted and is now awaiting review. |
ACCEPTED | The submitted FormData has been reviewed and accepted. |
REJECTED | The submitted FormData has been reviewed but was not accepted. See the reason for more details. |