Interface SequenceRuleEnablerForm

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

public interface SequenceRuleEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getSequenceRuleEnablerFormRecord

      SequenceRuleEnablerFormRecord getSequenceRuleEnablerFormRecord(Type sequenceRuleEnablerRecordType) throws OperationFailedException
      Gets the SequenceRuleEnablerFormRecord corresponding to the given sequence rule enabler record Type .
      Parameters:
      sequenceRuleEnablerRecordType - a sequence rule enabler record type
      Returns:
      the sequence rule enabler form record
      Throws:
      NullArgumentException - sequenceRuleEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(sequenceRuleEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.