Uses of Class
com.wm.app.tn.db.SimpleDocQuery

Packages that use SimpleDocQuery
com.wm.app.tn.db   
 

Uses of SimpleDocQuery in com.wm.app.tn.db
 

Subclasses of SimpleDocQuery in com.wm.app.tn.db
 class ComplexDocQuery
          ComplexDocQueries can select documents based on values of custom attributes, as well as the basic envelope attributes.
 

Methods in com.wm.app.tn.db with parameters of type SimpleDocQuery
static com.wm.data.IData BizDocStore.queryDocuments(SimpleDocQuery query, boolean agg, int pageSize, int maxRowCount, int queryTimeout, int threshold)
          Get all BizDocs that satisfy a certain set of criteria.
static com.wm.data.IData BizDocStore.queryDocuments(SimpleDocQuery query, boolean agg, int pageSize, int maxRowCount, int queryTimeout, int threshold, java.lang.String queryId)
          Get all BizDocs that satisfy a certain set of criteria.