Package systems.dmx.core.service
Class QueryResult
- java.lang.Object
-
- systems.dmx.core.service.QueryResult
-
- All Implemented Interfaces:
JSONEnabled
public class QueryResult extends Object implements JSONEnabled
-
-
Field Summary
Fields Modifier and Type Field Description String
assocQuery
String
assocTypeUri
List<? extends DMXObject>
objects
boolean
searchAssocChildren
boolean
searchTopicChildren
String
topicQuery
String
topicTypeUri
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.jettison.json.JSONObject
toJSON()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Method Detail
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
-
-