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, setRule
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabled
RaceConstrainerFormRecord 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.