Interface PoolConstrainerForm

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

public interface PoolConstrainerForm extends OsidConstrainerForm

This is the form for creating and updating PoolConstrainers. Like all OsidForms, various data elements may be set here for use in the create and update methods in the PoolConstrainerAdminSession. For eac h data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getPoolConstrainerFormRecord

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