Interface AuthorizationForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidRelationshipForm, OsidTemporalForm, Suppliable
All Known Subinterfaces:
AuthorizationBatchForm

public interface AuthorizationForm extends OsidRelationshipForm

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

  • Method Details

    • getAuthorizationFormRecord

      AuthorizationFormRecord getAuthorizationFormRecord(Type authorizationRecordType) throws OperationFailedException
      Gets the AuthorizationFormRecord corresponding to the given authorization record Type .
      Parameters:
      authorizationRecordType - the authorization record type
      Returns:
      the authorization form record
      Throws:
      NullArgumentException - authorizationRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(authorizationRecordType) is false
      Compliance:
      mandatory - This method must be implemented.