-
Type:
Story
-
Status: Implemented (View Workflow)
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6-RC-2
-
Component/s: JMF
-
Labels:
QueueFilter has the Attributes "NewerThan" and "OlderThan" but nothing to filter on Priority.
Table 4-87: QueueFilter Element
MaxPriority ? | integer | Only QueueEntry Elements with a @Priority lower than or equal to the value of @MaxPriority SHALL be provided in the Queue Element. If not specified, there is no @Priority upper bound on candidates. |
MinPriority ? | integer | Only QueueEntry Elements with a @Priority higher than or equal to the value of @MinPriority SHALL be provided in the Queue Element. If not specified, there is no @Priority lower bound on candidates. |
NewerThan ? | ... | Only QueueEntry Elements with a @SubmissionTime newer than or equal to this dateTime are SHALL BEprovided in the Queue Element. If not specified, there is no dateTime upper bound on candidates. |
OlderThan ? | ... | ... are SHALL BEprovided in the Queue Element. ... |
Part * | ... | Return only QueueEntry Elements with all specified Part Elements SHALL be returned. If not specified, there is no filtering on QueueEntry/Part. |