Interface TriggerEnabler

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

public interface TriggerEnabler extends OsidEnabler

A TriggerEnabler describes the rules for making a Trigger effective.

  • Method Details

    • getTriggerEnablerRecord

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