• Uses of VWRosterQuery in filenet.vw.api

      Methods in filenet.vw.api that return VWRosterQuery 
      Modifier and Type Method and Description
      VWRosterQuery VWRoster.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.
      VWRosterQuery VWRoster.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

© Copyright IBM Corporation 2002, 2019. All rights reserved.