Interface ProcessConstrainerEnablerForm

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

public interface ProcessConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getProcessConstrainerEnablerFormRecord

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