Interface IssueProcessorEnabler

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

public interface IssueProcessorEnabler extends OsidEnabler

An IssueProcessorEnabler manages the active status of an IssueProcessor ..

  • Method Details

    • getIssueProcessorEnablerRecord

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