Uses of Class
com.tietoenator.trip.jxp.data.TdbSearchSet
-
Packages that use TdbSearchSet Package Description com.tietoenator.trip.jxp.data Database content manipulation.com.tietoenator.trip.jxp.graph [EXPERIMENTAL] Graph database querying and manipulation. -
-
Uses of TdbSearchSet in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbSearchSet Modifier and Type Method Description TdbSearchSet
TdbSearch. addSearchSet(int searchId)
Associates a pre-existing search set with this TdbSearch instance.TdbSearchSet
TdbSearch. getLastSearchSet()
Returns a TdbSearchSet object for the last search conducted via this TdbSearch instance.TdbSearchSet
TdbSearch. getSearchSet(int index)
Returns a TdbSearchSet object for a search associated with this TdbSearch instance.TdbSearchSet
TdbSearch. getSearchSetById(int searchId)
Retrieve a TdbSearchSet object for the specified search id.Methods in com.tietoenator.trip.jxp.data that return types with arguments of type TdbSearchSet Modifier and Type Method Description java.util.Iterator<TdbSearchSet>
TdbSearch. iterator()
Returns an iterator over the search sets in the current search object.java.util.List<TdbSearchSet>
TdbSearch. searchSets()
A read-only list of the TdbSearchSet objects associated with this TdbSearch instance. -
Uses of TdbSearchSet in com.tietoenator.trip.jxp.graph
Methods in com.tietoenator.trip.jxp.graph that return TdbSearchSet Modifier and Type Method Description TdbSearchSet
TdbGraphSet. resolveSources()
Resolve target vertices to a search set of the regular records they represent.TdbSearchSet
TdbGraphSet. resolveTargets()
Resolve target vertices to a search set of the regular records they represent.TdbSearchSet
TdbGraphQueryResult. toSearchSet()
Returns a TdbSearchSet object for this query result.
-