Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
<T extends ResultType> |
Maapi.queryStart(int tid,
String expr,
String context,
int chunkSize,
int offset,
List<String> select,
Class<T> cls)
Initiate (or starts) a new XPath query attached to the
transaction given in
tid . |
<T extends ResultType> |
Maapi.queryStart(int tid,
String expr,
String context,
int chunkSize,
int offset,
List<String> select,
List<String> sort,
boolean reverseSortOrder,
Class<T> cls)
Initiate (or starts) a new XPath query attached to the
transaction given in
th . |