Uses of Class
org.xwiki.livedata.LiveData
-
Packages that use LiveData Package Description org.xwiki.livedata org.xwiki.livedata.script -
-
Uses of LiveData in org.xwiki.livedata
Methods in org.xwiki.livedata that return LiveData Modifier and Type Method Description LiveData
LiveDataEntryStore. get(LiveDataQuery query)
Executes a query on the live data.LiveData
LiveDataConfiguration. getData()
Methods in org.xwiki.livedata with parameters of type LiveData Modifier and Type Method Description void
LiveDataConfiguration. setData(LiveData data)
Sets the live data. -
Uses of LiveData in org.xwiki.livedata.script
Methods in org.xwiki.livedata.script that return LiveData Modifier and Type Method Description LiveData
LiveDataScriptService. query(String queryConfigJSON)
Executes a live data query.LiveData
LiveDataScriptService. query(Map<String,Object> queryConfig)
Executes a live data query.
-