Interface AssessmentEntryBatchForm

All Superinterfaces:
AssessmentEntryForm, Extensible, Identifiable, OsidAggregateableForm, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable

public interface AssessmentEntryBatchForm extends AssessmentEntryForm

This is the form for creating and updating assessment entries in bulk. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AssessmentEntryBatchAdminSession . For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getAssessmentId

      Id getAssessmentId()
      Gets the Assessment Id of the assesment entry if this is a create transaction.
      Returns:
      the assessment Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getStudentid

      Id getStudentid()
      Gets the student Id of the assessment entry if this is a create transaction.
      Returns:
      the resource Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getAssessmentEntryId

      Id getAssessmentEntryId()
      Gets the Id of the assessment entry to be updated if this is an update transaction.
      Returns:
      the assessment entry Id
      Throws:
      IllegalStateException - isForUpdate() is false
      Compliance:
      mandatory - This method must be implemented.