public interface RaceConstrainerForm extends OsidConstrainerForm
This is the form for creating and updating RaceConstrainers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
RaceConstrainerAdminSession. 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 |
|---|---|
RaceConstrainerFormRecord |
getRaceConstrainerFormRecord(Type raceConstrainerRecordType)
Gets the
RaceConstrainerFormRecord corresponding to the
given race constrainer 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, setEnabledRaceConstrainerFormRecord getRaceConstrainerFormRecord(Type raceConstrainerRecordType) throws OperationFailedException
RaceConstrainerFormRecord corresponding to the
given race constrainer record Type. raceConstrainerRecordType - a race constrainer record typeNullArgumentException -
raceConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceConstrainerRecordType) is
false mandatory - This method must be implemented.