Uses of Class
systems.dmx.core.service.QueryResult
-
Packages that use QueryResult Package Description systems.dmx.core.impl systems.dmx.core.service systems.dmx.webservice -
-
Uses of QueryResult in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return QueryResult Modifier and Type Method Description QueryResult
CoreServiceImpl. query(String topicQuery, String topicTypeUri, boolean searchTopicChildren, String assocQuery, String assocTypeUri, boolean searchAssocChildren)
-
Uses of QueryResult in systems.dmx.core.service
Methods in systems.dmx.core.service that return QueryResult Modifier and Type Method Description QueryResult
CoreService. query(String topicQuery, String topicTypeUri, boolean searchTopicChildren, String assocQuery, String assocTypeUri, boolean searchAssocChildren)
-
Uses of QueryResult in systems.dmx.webservice
Methods in systems.dmx.webservice that return QueryResult Modifier and Type Method Description QueryResult
WebservicePlugin. query(String topicQuery, String topicTypeUri, boolean searchTopicChildren, String assocQuery, String assocTypeUri, boolean searchAssocChildren)
-