Interface RelationshipEnablerForm

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

public interface RelationshipEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getRelationshipEnablerFormRecord

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