Interface CanonicalUnitProcessorEnablerForm

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

public interface CanonicalUnitProcessorEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getCanonicalUnitProcessorEnablerFormRecord

      CanonicalUnitProcessorEnablerFormRecord getCanonicalUnitProcessorEnablerFormRecord(Type canonicalUnitProcessorEnablerRecordType) throws OperationFailedException
      Gets the CanonicalUnitProcessorEnablerFormRecord corresponding to the given canonical unit processor enabler record Type .
      Parameters:
      canonicalUnitProcessorEnablerRecordType - a canonical unit processor enabler record type
      Returns:
      the canonical unit processor enabler form record
      Throws:
      NullArgumentException - canonicalUnitProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(canonicalUnitProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.