Package | Description |
---|---|
com.pega.pegarules.pub.context |
Modifier and Type | Method and Description |
---|---|
PRQueueIterator |
PRQueueManager.iterator(java.lang.String aQueueClass)
Get simple iterator object that will return the next item matching
the specified class of status "Scheduled".
|
PRQueueIterator |
PRQueueManager.iterator(java.lang.String aQueueClass,
java.lang.String aAgentName)
Get simple iterator object that will return the next item matching
the specified class of status "Scheduled".
|
PRQueueIterator |
PRQueueManager.iterator(java.lang.String aQueueClass,
StringMap aOptions)
Get simple iterator object that will return the next item matching
the specified criteria.
|
PRQueueIterator |
PRQueueManager.iterator(java.lang.String aQueueClass,
java.lang.String aAgentName,
StringMap aOptions)
Get simple iterator object that will return the next item matching
the specified criteria.
|
PRQueueIterator |
PRQueueManager.lightWeightIterator(java.lang.String aQueueClass,
StringMap aOptions)
Get simple iterator object that will return the next item matching
the specified criteria.This API needs to be used to retrieve the items enqueued using
PRQueueManager.enqueueLightWeightDeferred(ClipboardPage aItemPage) |
PRQueueIterator |
PRQueueManager.lightWeightIterator(java.lang.String aQueueClass,
java.lang.String aAgentName,
StringMap aOptions)
Get simple iterator object that will return the next item matching
the specified criteria.This API needs to be used to retrieve the items enqueued using
PRQueueManager.enqueueLightWeightDeferred(ClipboardPage aItemPage) |
Copyright © 2015 Pegasystems Inc. All Rights Reserved.