public interface InputForm extends OsidRuleForm
This is the form for creating and updating Inputs. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the InputAdminSession.
For each data element that may be set, metadata may be examined to
provide display hints or data constraints.
| Modifier and Type | Method and Description |
|---|---|
InputFormRecord |
getInputFormRecord(Type inputRecordType)
Gets the
InputFormRecord corresponding to the given
input record Type. |
clearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledInputFormRecord getInputFormRecord(Type inputRecordType) throws OperationFailedException
InputFormRecord corresponding to the given
input record Type. inputRecordType - an input record typeNullArgumentException - inputRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(inputRecordType) is false mandatory - This method must be implemented.