Interface JobConstrainerEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface JobConstrainerEnablerForm extends OsidEnablerForm

This is the form for creating and updating JobConstrainerEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the JobConstrainerEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getJobConstrainerEnablerFormRecord

      JobConstrainerEnablerFormRecord getJobConstrainerEnablerFormRecord(Type jobConstrainerEnablerRecordType) throws OperationFailedException
      Gets the JobConstrainerEnablerFormRecord corresponding to the given job constrainer enabler record Type.
      Parameters:
      jobConstrainerEnablerRecordType - a job constrainer enabler record type
      Returns:
      the job constrainer enabler form record
      Throws:
      NullArgumentException - jobConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(jobConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.