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, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabled
clearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProvider
QueueFormRecord 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.