Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's say you want to sort submissions that are saved versus those that are submitted. You can use SubmissionEntry.getState() for itparameter. This will return the current state of that particular SubmissionEntry (SAVED or SUBMITTED) and you can use this property to distinguish between your submissions.