public interface ParameterProcessorForm extends OsidProcessorForm
This is the form for creating and updating ParameterProcessors.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
ParameterProcessorAdminSession. 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 |
|---|---|
ParameterProcessorFormRecord |
getParameterProcessorFormRecord(Type parameterProcessorRecordType)
Gets the
ParameterProcessorFormRecord corresponding to
the given parameter processor 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, setEnabledParameterProcessorFormRecord getParameterProcessorFormRecord(Type parameterProcessorRecordType) throws OperationFailedException
ParameterProcessorFormRecord corresponding to
the given parameter processor record Type. parameterProcessorRecordType - a parameter processor record typeNullArgumentException -
parameterProcessorRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(parameterProcessorRecordType) is
false mandatory - This method must be implemented.