public interface QueueForm extends OsidGovernatorForm
This is the form for creating and updating Queues. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the QueueAdminSession.
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 |
|---|---|
QueueFormRecord |
getQueueFormRecord(Type queueRecordType)
Gets the
QueueFormRecord corresponding to the given
queue record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderQueueFormRecord getQueueFormRecord(Type queueRecordType) throws OperationFailedException
QueueFormRecord corresponding to the given
queue record Type. queueRecordType - a queue record typeNullArgumentException - queueRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueRecordType) is false mandatory - This method must be implemented.