Interface JobConstrainerEnabler

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

public interface JobConstrainerEnabler extends OsidEnabler

A JobConstrainerEnabler describes the rules for making a JobConstrainer effective.

  • Method Details

    • getJobConstrainerEnablerRecord

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