|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWQueueQuery in filenet.vw.api |
---|
Subclasses of VWQueueQuery in filenet.vw.api | |
---|---|
class |
VWWorkBasket
Use this class to retrieve information about a workbasket, its columns, filters, or query results. |
Methods in filenet.vw.api that return VWQueueQuery | |
---|---|
VWQueueQuery |
VWQueue.createQuery(java.lang.String indexName,
java.lang.Object[] minValues,
java.lang.Object[] maxValues,
int queryFlags,
java.lang.String filter,
java.lang.Object[] substitutionVars,
int fetchType)
Performs a filtered fetch of queue items. |
VWQueueQuery |
VWQueue.startQuery(java.lang.String indexName,
java.lang.Object[] minValues,
java.lang.Object[] maxValues,
int queryFlags,
java.lang.String filter,
java.lang.Object[] substitutionVars)
Deprecated. Replaced by createQuery .
Note: Differences between the use of createQuery() and the deprecated startQuery() method include the following:
Use the following to limit your search:
For this method to successfully return a VWQueueQuery object, a queue item must match all fetch criteria specified by the input parameters. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |