Uses of Class
org.xwiki.livedata.rest.model.jaxb.Entry
-
Packages that use Entry Package Description org.xwiki.livedata.rest org.xwiki.livedata.rest.model.jaxb -
-
Uses of Entry in org.xwiki.livedata.rest
Methods in org.xwiki.livedata.rest that return Entry Modifier and Type Method Description Entry
LiveDataEntryResource. getEntry(String sourceId, String namespace, String entryId)
Fetches an entry from the specified live data source.Methods in org.xwiki.livedata.rest with parameters of type Entry Modifier and Type Method Description javax.ws.rs.core.Response
LiveDataEntriesResource. addEntry(String sourceId, String namespace, Entry entry)
Adds the given entry to the specified live data source.javax.ws.rs.core.Response
LiveDataEntryResource. updateEntry(String sourceId, String namespace, String entryId, Entry entry)
Updates an existing entry. -
Uses of Entry in org.xwiki.livedata.rest.model.jaxb
Fields in org.xwiki.livedata.rest.model.jaxb with type parameters of type Entry Modifier and Type Field Description protected List<Entry>
Entries. entries
Methods in org.xwiki.livedata.rest.model.jaxb that return Entry Modifier and Type Method Description Entry
ObjectFactory. createEntry()
Create an instance ofEntry
Entry
Entry. withValues(StringMap value)
Methods in org.xwiki.livedata.rest.model.jaxb that return types with arguments of type Entry Modifier and Type Method Description List<Entry>
Entries. getEntries()
Gets the value of the entries property.Methods in org.xwiki.livedata.rest.model.jaxb with parameters of type Entry Modifier and Type Method Description Entries
Entries. withEntries(Entry... values)
Method parameters in org.xwiki.livedata.rest.model.jaxb with type arguments of type Entry Modifier and Type Method Description Entries
Entries. withEntries(Collection<Entry> values)
-