Uses of Class
org.xwiki.livedata.rest.model.jaxb.Entries
-
Packages that use Entries Package Description org.xwiki.livedata.rest org.xwiki.livedata.rest.model.jaxb -
-
Uses of Entries in org.xwiki.livedata.rest
Methods in org.xwiki.livedata.rest that return Entries Modifier and Type Method Description Entries
LiveDataEntriesResource. getEntries(String sourceId, String namespace, List<String> properties, List<String> matchAll, List<String> sort, List<Boolean> descending, long offset, int limit)
Provides the list of live data entries. -
Uses of Entries in org.xwiki.livedata.rest.model.jaxb
Methods in org.xwiki.livedata.rest.model.jaxb that return Entries Modifier and Type Method Description Entries
ObjectFactory. createEntries()
Create an instance ofEntries
Entries
Entries. withCount(Long value)
Entries
Entries. withEntries(Collection<Entry> values)
Entries
Entries. withEntries(Entry... values)
Entries
Entries. withLimit(Integer value)
Entries
Entries. withOffset(Long value)
-