Interface ProcessEnablerForm

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

public interface ProcessEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getProcessEnablerFormRecord

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