A C D E F G H I L M N O P S T U V W 
All Classes All Packages

A

Adapter1 - Class in org.xwiki.livedata.rest.model.jaxb
 
Adapter1() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Adapter1
 
addEntry(String, String, Entry) - Method in interface org.xwiki.livedata.rest.LiveDataEntriesResource
Adds the given entry to the specified live data source.
addProperty(String, String, PropertyDescriptor) - Method in interface org.xwiki.livedata.rest.LiveDataPropertiesResource
Adds a new property to the data set.

C

count - Variable in class org.xwiki.livedata.rest.model.jaxb.Entries
 
createEntries() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Entries
createEntry() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Entry
createProperties() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Properties
createProperty(PropertyDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of JAXBElement<PropertyDescriptor>
createPropertyDescriptor() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of PropertyDescriptor
createSource() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Source
createSources() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Sources
createType(PropertyDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of JAXBElement<PropertyDescriptor>
createTypes() - Method in class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create an instance of Types

D

deleteEntry(String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataEntryResource
Deletes an entry from the data set.
deleteProperty(String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataPropertyResource
Deletes a live data property.
description - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
displayer - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 

E

entries - Variable in class org.xwiki.livedata.rest.model.jaxb.Entries
 
Entries - Class in org.xwiki.livedata.rest.model.jaxb
Java class for Entries complex type.
Entries() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Entries
 
Entry - Class in org.xwiki.livedata.rest.model.jaxb
Java class for Entry complex type.
Entry() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Entry
 

F

filter - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
filterable - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
fromMap(Map<?, ?>) - Static method in class org.xwiki.livedata.rest.model.jaxb.StringMap
Converts a generic map to a string map.
fromString(String) - Static method in class org.xwiki.livedata.rest.model.jaxb.StringMap
Parses the given JSON representation of a string map.

G

getCount() - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Gets the value of the count property.
getDescription() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the description property.
getDisplayer() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the displayer property.
getEntries() - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Gets the value of the entries property.
getEntries(String, String, List<String>, List<String>, List<String>, List<Boolean>, long, int) - Method in interface org.xwiki.livedata.rest.LiveDataEntriesResource
Provides the list of live data entries.
getEntry(String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataEntryResource
Fetches an entry from the specified live data source.
getFilter() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the filter property.
getHint() - Method in class org.xwiki.livedata.rest.model.jaxb.Source
Gets the value of the hint property.
getIcon() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the icon property.
getId() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the id property.
getLimit() - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Gets the value of the limit property.
getName() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the name property.
getOffset() - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Gets the value of the offset property.
getProperties() - Method in class org.xwiki.livedata.rest.model.jaxb.Properties
Gets the value of the properties property.
getProperties(String, String) - Method in interface org.xwiki.livedata.rest.LiveDataPropertiesResource
Provides the list of properties known by a specific LiveDataSource implementation.
getProperty(String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataPropertyResource
Provides information about a live data property.
getProperty(String, String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataEntryPropertyResource
Retrieves the value of a property from a specified live data entry.
getSource(String, String) - Method in interface org.xwiki.livedata.rest.LiveDataSourceResource
Provides information about the specified live data source component.
getSources() - Method in class org.xwiki.livedata.rest.model.jaxb.Sources
Gets the value of the sources property.
getSources(String) - Method in interface org.xwiki.livedata.rest.LiveDataSourcesResource
Looks for LiveDataSource implementations in the current name-space or the specified one and returns the list.
getStyleName() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the styleName property.
getType() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the type property.
getType(String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataPropertyTypeResource
Provides information about the specified live data property type.
getTypes() - Method in class org.xwiki.livedata.rest.model.jaxb.Types
Gets the value of the types property.
getTypes(String, String) - Method in interface org.xwiki.livedata.rest.LiveDataPropertyTypesResource
Provides the list of property types known by the specified LiveDataSource implementation.
getValues() - Method in class org.xwiki.livedata.rest.model.jaxb.Entry
Gets the value of the values property.

H

hint - Variable in class org.xwiki.livedata.rest.model.jaxb.Source
 

I

icon - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
id - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
isFilterable() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the filterable property.
isSortable() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the sortable property.
isVisible() - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Gets the value of the visible property.

L

limit - Variable in class org.xwiki.livedata.rest.model.jaxb.Entries
 
LiveDataEntriesResource - Interface in org.xwiki.livedata.rest
Provides the list of entries from an existing LiveDataSource.
LiveDataEntryPropertyResource - Interface in org.xwiki.livedata.rest
Represents a property of a live data entry.
LiveDataEntryResource - Interface in org.xwiki.livedata.rest
Represents a live data entry.
LiveDataPropertiesResource - Interface in org.xwiki.livedata.rest
Provides the list of known properties from an existing LiveDataSource.
LiveDataPropertyResource - Interface in org.xwiki.livedata.rest
Represents a live data property.
LiveDataPropertyTypeResource - Interface in org.xwiki.livedata.rest
Represents a live data property type.
LiveDataPropertyTypesResource - Interface in org.xwiki.livedata.rest
Provides the list of known property types from an existing LiveDataSource.
LiveDataSourceResource - Interface in org.xwiki.livedata.rest
Exposes a LiveDataSource through REST.
LiveDataSourcesResource - Interface in org.xwiki.livedata.rest
Provides the list of existing LiveDataSource implementations.

M

marshal(Calendar) - Method in class org.xwiki.livedata.rest.model.jaxb.Adapter1
 

N

name - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 

O

ObjectFactory - Class in org.xwiki.livedata.rest.model.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.xwiki.livedata.rest.model.jaxb package.
ObjectFactory() - Constructor for class org.xwiki.livedata.rest.model.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xwiki.livedata.rest.model.jaxb
offset - Variable in class org.xwiki.livedata.rest.model.jaxb.Entries
 
org.xwiki.livedata.rest - package org.xwiki.livedata.rest
 
org.xwiki.livedata.rest.model.jaxb - package org.xwiki.livedata.rest.model.jaxb
 

P

properties - Variable in class org.xwiki.livedata.rest.model.jaxb.Properties
 
Properties - Class in org.xwiki.livedata.rest.model.jaxb
Java class for Properties complex type.
Properties() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Properties
 
PropertyDescriptor - Class in org.xwiki.livedata.rest.model.jaxb
Java class for PropertyDescriptor complex type.
PropertyDescriptor() - Constructor for class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 

S

setCount(Long) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Sets the value of the count property.
setDescription(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the description property.
setDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the displayer property.
setFilter(LiveDataPropertyDescriptor.FilterDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the filter property.
setFilterable(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the filterable property.
setHint(String) - Method in class org.xwiki.livedata.rest.model.jaxb.Source
Sets the value of the hint property.
setIcon(StringMap) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the icon property.
setId(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the id property.
setLimit(Integer) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Sets the value of the limit property.
setName(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the name property.
setOffset(Long) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
Sets the value of the offset property.
setProperty(String, String, String, String, String) - Method in interface org.xwiki.livedata.rest.LiveDataEntryPropertyResource
Sets the value of a property from a live data entry.
setSortable(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the sortable property.
setStyleName(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the styleName property.
setType(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the type property.
setValues(StringMap) - Method in class org.xwiki.livedata.rest.model.jaxb.Entry
Sets the value of the values property.
setVisible(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
Sets the value of the visible property.
sortable - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
Source - Class in org.xwiki.livedata.rest.model.jaxb
Java class for Source complex type.
Source() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Source
 
sources - Variable in class org.xwiki.livedata.rest.model.jaxb.Sources
 
Sources - Class in org.xwiki.livedata.rest.model.jaxb
Java class for Sources complex type.
Sources() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Sources
 
StringMap - Class in org.xwiki.livedata.rest.model.jaxb
A Java equivalent of a JSON map.
StringMap() - Constructor for class org.xwiki.livedata.rest.model.jaxb.StringMap
 
styleName - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 

T

toString() - Method in class org.xwiki.livedata.rest.model.jaxb.StringMap
 
type - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
types - Variable in class org.xwiki.livedata.rest.model.jaxb.Types
 
Types - Class in org.xwiki.livedata.rest.model.jaxb
Java class for PropertyTypes complex type.
Types() - Constructor for class org.xwiki.livedata.rest.model.jaxb.Types
 

U

unmarshal(String) - Method in class org.xwiki.livedata.rest.model.jaxb.Adapter1
 
updateEntry(String, String, String, Entry) - Method in interface org.xwiki.livedata.rest.LiveDataEntryResource
Updates an existing entry.
updateProperty(String, String, String, PropertyDescriptor) - Method in interface org.xwiki.livedata.rest.LiveDataPropertyResource
Updates the descriptor of a live data property.

V

values - Variable in class org.xwiki.livedata.rest.model.jaxb.Entry
 
visible - Variable in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 

W

withCount(Long) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
 
withDescription(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withEntries(Collection<Entry>) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
 
withEntries(Entry...) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
 
withFilter(LiveDataPropertyDescriptor.FilterDescriptor) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withFilterable(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withHint(String) - Method in class org.xwiki.livedata.rest.model.jaxb.Source
 
withIcon(StringMap) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withId(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withLimit(Integer) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
 
withName(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withOffset(Long) - Method in class org.xwiki.livedata.rest.model.jaxb.Entries
 
withProperties(Collection<PropertyDescriptor>) - Method in class org.xwiki.livedata.rest.model.jaxb.Properties
 
withProperties(PropertyDescriptor...) - Method in class org.xwiki.livedata.rest.model.jaxb.Properties
 
withSortable(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withSources(Collection<Source>) - Method in class org.xwiki.livedata.rest.model.jaxb.Sources
 
withSources(Source...) - Method in class org.xwiki.livedata.rest.model.jaxb.Sources
 
withStyleName(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withType(String) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
withTypes(Collection<PropertyDescriptor>) - Method in class org.xwiki.livedata.rest.model.jaxb.Types
 
withTypes(PropertyDescriptor...) - Method in class org.xwiki.livedata.rest.model.jaxb.Types
 
withValues(StringMap) - Method in class org.xwiki.livedata.rest.model.jaxb.Entry
 
withVisible(Boolean) - Method in class org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
 
A C D E F G H I L M N O P S T U V W 
All Classes All Packages