Interface ProvisionReturnForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSubjugateableForm, Suppliable

public interface ProvisionReturnForm extends OsidObjectForm, OsidSubjugateableForm

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

  • Method Details

    • getProvisionReturnFormRecord

      ProvisionReturnFormRecord getProvisionReturnFormRecord(Type provisionReturnRecordType) throws OperationFailedException
      Gets the ProvisionReturnFormRecord corresponding to the given provision record Type .
      Parameters:
      provisionReturnRecordType - a provision return record type
      Returns:
      the provision return form record
      Throws:
      NullArgumentException - provisionReturnRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(provisionReturnRecordType) is false
      Compliance:
      mandatory - This method must be implemented.