Interface JobConstrainerForm

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

public interface JobConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getJobConstrainerFormRecord

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