public interface QueueConstrainerForm extends OsidConstrainerForm
This is the form for creating and updating QueueConstrainers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
QueueConstrainerAdminSession. 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 |
|---|---|
QueueConstrainerFormRecord |
getQueueConstrainerFormRecord(Type queueConstrainerRecordType)
Gets the
QueueConstrainerFormRecord corresponding to
the given queue 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, setEnabledQueueConstrainerFormRecord getQueueConstrainerFormRecord(Type queueConstrainerRecordType) throws OperationFailedException
QueueConstrainerFormRecord corresponding to
the given queue constrainer record Type. queueConstrainerRecordType - a queue constrainer record typeNullArgumentException -
queueConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueConstrainerRecordType) is
false mandatory - This method must be implemented.