Interface EdgeEnabler

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

public interface EdgeEnabler extends OsidEnabler

An EdgeEnabler describes the rules for making an Edge effective.

  • Method Details

    • getEdgeEnablerRecord

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