-
-
Uses of VWRosterQuery in filenet.vw.api
Methods in filenet.vw.api that return VWRosterQuery Modifier and Type Method and Description VWRosterQueryVWRoster. createQuery(java.lang.String indexName, java.lang.Object[] firstValues, java.lang.Object[] lastValues, int queryFlags, java.lang.String filter, java.lang.Object[] substitutionVars, int fetchType)Performs a filtered fetch of roster items. The filters specify search conditions flexibly and include setting a range for the search index.VWRosterQueryVWRoster. 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 bycreateQuery
-