Interface ProcessProcessorEnabler

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

public interface ProcessProcessorEnabler extends OsidEnabler

A ProcessProcessorEnabler manages the active status of a ProcessProcessor..

  • Method Details

    • getProcessProcessorEnablerRecord

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