Uses of Class
com.tietoenator.trip.jxp.data.TdbSearchSet
Packages that use TdbSearchSet
Package
Description
Database content manipulation.
[EXPERIMENTAL] Graph database querying and manipulation.
-
Uses of TdbSearchSet in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbSearchSetModifier and TypeMethodDescriptionTdbSearch.addSearchSet
(int searchId) Associates a pre-existing search set with this TdbSearch instance.TdbSearch.getLastSearchSet()
Returns a TdbSearchSet object for the last search conducted via this TdbSearch instance.TdbSearch.getSearchSet
(int index) Returns a TdbSearchSet object for a search associated with this TdbSearch instance.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 TdbSearchSetModifier and TypeMethodDescriptionTdbSearch.iterator()
Returns an iterator over the search sets in the current search object.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 TdbSearchSetModifier and TypeMethodDescriptionTdbGraphSet.resolveSources()
Resolve target vertices to a search set of the regular records they represent.TdbGraphSet.resolveTargets()
Resolve target vertices to a search set of the regular records they represent.TdbGraphQueryResult.toSearchSet()
Returns a TdbSearchSet object for this query result.