Interface IssueProcessor

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidObject, OsidProcessor, OsidRule

public interface IssueProcessor extends OsidProcessor

An IssueProcessor is a rule driving the processing of Holds under an Issue .

  • Method Details

    • getIssueProcessorRecord

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