Interface ProfileEntryForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, Suppliable
All Known Subinterfaces:
ProfileEntryBatchForm

public interface ProfileEntryForm extends OsidObjectForm

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

  • Method Details

    • getProfileEntryFormRecord

      ProfileEntryFormRecord getProfileEntryFormRecord(Type profileEntryRecordType) throws OperationFailedException
      Gets the ProfileEntryFormRecord corresponding to the given profile entry record Type .
      Parameters:
      profileEntryRecordType - the profile entry record type
      Returns:
      the profile entry form record
      Throws:
      NullArgumentException - profileEntryRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(profileEntryRecordType) is false
      Compliance:
      mandatory - This method must be implemented.