Interface ProcessProcessor

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

public interface ProcessProcessor extends OsidProcessor

A ProcessProcessor manages the operation of a Process .

  • Method Details

    • getProcessProcessorRecord

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