Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Method and Description |
---|---|
static Conditions |
Condition.genInTreeCond(java.lang.String FoldRef,
DriverGeneric Drv)
Create conditions for searching all the elements UNDER a specific folder at any level
|
Conditions |
Query.getWhere() |
Modifier and Type | Method and Description |
---|---|
void |
Conditions.addCondition(Conditions ListCond)
Adds Conditions to the current level/set
|
Cursor |
PDTasksDef.Search(Conditions Conds)
Creates a cursor from a set of conditions
|
Cursor |
PDTrace.Search(Conditions Conds)
Search PDTrace objects with conditions creating a Cursor
|
Cursor |
PDThesaur.Search(Conditions AttrConds,
boolean SubThesaurs,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Thesaurs returning a cursor with the results of Thesaurs with the
indicated values of fields.
|
Cursor |
PDDocs.Search(java.lang.String DocType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
boolean IncludeVers,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Documents returning a cursor with the results of Documents with the
indicated values of fields.
|
Cursor |
PDFolders.Search(java.lang.String FolderType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Folders returning a cursor with the results of folders with the
indicated values of fields.
|
Cursor |
PDDocs.Search(java.lang.String FTQuery,
java.lang.String DocType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
boolean IncludeVers,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Documents returning a cursor with the results of Documents with the
indicated values of fields.
|
java.util.Vector<Record> |
PDFolders.SearchV(java.lang.String FolderType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Folders returning a cursor with the results of folders with the
indicated values of fields.
|
java.util.Vector<Record> |
PDDocs.SearchV(java.lang.String FTQuery,
java.lang.String DocType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
boolean IncludeVers,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Documents returning a cursor with the results of Documents with the
indicated values of fields.
|
Constructor and Description |
---|
Query(java.lang.String pTable,
Record pFields,
Conditions pWhere)
Constructs a Query
|
Query(java.lang.String pTable,
Record pFields,
Conditions pWhere,
java.lang.String pOrder)
Constructs a Query
|
Query(java.util.Vector pTables,
Record pFields,
Conditions pWhere,
java.util.Vector<java.lang.String> pOrderList)
Constructs a Query
|
Query(java.util.Vector pTables,
Record pFields,
Conditions pWhere,
java.util.Vector<java.lang.String> pOrderList,
java.util.Vector<java.lang.Boolean> pOrderAsc)
Constructs a Query
|