Interface ProcessEnabler

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

public interface ProcessEnabler extends OsidEnabler

A ProcessEnabler describes the rules for constraining the resources in a process.

  • Method Details

    • getProcessEnablerRecord

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