public interface QueueConstrainer extends OsidConstrainer
A QueueConstrainer describes the rules for constraining
the tracking requests in a queue.
| Modifier and Type | Method and Description |
|---|---|
QueueConstrainerRecord |
getQueueConstrainerRecord(Type queueConstrainerRecordType)
Gets the queue constrainer record corresponding to the given
QueueConstrainer record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalQueueConstrainerRecord getQueueConstrainerRecord(Type queueConstrainerRecordType) throws OperationFailedException
QueueConstrainer record Type. This method is
used to retrieve an object implementing the requested record. The
queueConstrainerRecordType may be the Type
returned in getRecordTypes() or any of its
parents in a Type hierarchy where
hasRecordType(queueConstrainerRecordType) is true
.queueConstrainerRecordType - the type of queue constrainer
record to retrieveNullArgumentException -
queueConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(queueConstrainerRecordType) is
false mandatory - This method must be implemented.