Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResult<T extends ResultType>
Represent a result from a XPath query.
|
static class |
QueryResult.Entry<E extends ResultType>
Represent result entry in a XPath query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResultTypeKeyPath
XPath Result in keypath format.
|
interface |
ResultTypeKeyPathValue
XPath Result in keypath and value format.
|
interface |
ResultTypeString
XPath Result in string format.
|
interface |
ResultTypeTag
XPath Result in ConfXMLParam format.
|
Modifier and Type | Method and Description |
---|---|
<T extends ResultType> |
Maapi.queryStart(int th,
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
th . |
<T extends ResultType> |
Maapi.queryStart(int th,
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 . |