Interface RelevancyEnablerForm
- All Superinterfaces:
OsidRecord
This is the form for creating and updating RelevancyEnablers.
Like all OsidForm objects, various data elements may be set here
for use in the create and update methods in the
RelevancyEnablerAdminSession. For each data element that may be set,
metadata may be examined to provide display hints or data constraints.
-
Method Summary
Modifier and TypeMethodDescriptiongetRelevancyEnablerFormRecord(Type relevancyEnablerRecordType) Gets theRelevancyEnablerFormRecordcorresponding to the given relevancy enabler recordType.Methods inherited from interface OsidRecord
implementsRecordTypeModifier and TypeMethodDescriptionbooleanimplementsRecordType(Type recordType) Tests if the given type is implemented by this record.
-
Method Details
-
getRelevancyEnablerFormRecord
RelevancyEnablerFormRecord getRelevancyEnablerFormRecord(Type relevancyEnablerRecordType) throws OperationFailedException Gets theRelevancyEnablerFormRecordcorresponding to the given relevancy enabler recordType.- Parameters:
relevancyEnablerRecordType- a relevancy enabler record type- Returns:
- the relevancy enabler form record
- Throws:
NullArgumentException-relevancyEnablerRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(relevancyEnablerRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-