Uses of Class
com.tailf.maapi.MaapiCursor
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiCursor in com.tailf.maapi
Modifier and TypeMethodDescriptionCreates a cursor for a list specified bypath
Creates a cursor for a list specified byfmt
.Maapi.newCursorWithFilter
(int tid, String filter, ConfPath path) Creates a cursor for a list specified bypath
with an XPath filter specified byfilter
.Maapi.newCursorWithFilter
(int tid, String filter, String fmt, Object... arguments) Creates a cursor for a list specified byfmt
with an XPath filter specified byfilter
.Modifier and TypeMethodDescriptionMaapi.findNext
(MaapiCursor c, ConfFindNextType type, ConfKey key) The findNext method makes it possible to jump forward to an element in the model at a position defined by the MaapiCursor After the findNext call the same MaapiCursor can be used in subsequent getNext calls.Maapi.getNext
(MaapiCursor c) Iterates and gets the keys for the next element pinpointed by theMaapiCursor
initially retrieved byMaapi.newCursor(int, String, Object...)
.List<ConfObject[]>
Maapi.getObjects
(MaapiCursor c, int numOfObjects, int numOfInstances) Get several list instances with one request.