Package org.xwiki.livedata
Interface LiveDataSource
-
@Role public interface LiveDataSource
The component that provides the live data entries and their meta data.- Since:
- 12.10
- Version:
- $Id: 4ef3b304827ac30ebe800af4ebbf81f4acc562df $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveDataEntryStore
getEntries()
LiveDataPropertyDescriptorStore
getProperties()
-
-
-
Method Detail
-
getEntries
LiveDataEntryStore getEntries()
- Returns:
- the entry store, used to add, retrieve, update and delete live data entries
-
getProperties
LiveDataPropertyDescriptorStore getProperties()
- Returns:
- the property store, used to add, retrieve, update and delete live data properties
-
-