Interface SequenceRuleEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface SequenceRuleEnabler extends OsidEnabler

A SequenceRuleEnabler describes the rules for making a SequenceRule effective.

  • Method Details

    • getSequenceRuleEnablerRecord

      SequenceRuleEnablerRecord getSequenceRuleEnablerRecord(Type sequenceRuleEnablerRecordType) throws OperationFailedException
      Gets the sequence rule enabler record corresponding to the given SequenceRuleEnabler record Type . This method is used to retrieve an object implementing the requested record. The sequenceRuleEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(sequenceRuleEnablerRecordType) is true .
      Parameters:
      sequenceRuleEnablerRecordType - the type of sequence rule enabler record to retrieve
      Returns:
      the sequence rule enabler record
      Throws:
      NullArgumentException - sequenceRuleEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(sequenceRuleEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.