Interface ProfileEntryEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface ProfileEntryEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getProfileEntryEnablerFormRecord

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