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 QueryResultCoreServiceImpl. 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 QueryResultCoreService. 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 QueryResultWebservicePlugin. query(String topicQuery, String topicTypeUri, boolean searchTopicChildren, String assocQuery, String assocTypeUri, boolean searchAssocChildren)
-