Package org.xwiki.livedata
Class LiveDataQuery.Source
- java.lang.Object
-
- org.xwiki.livedata.WithParameters
-
- org.xwiki.livedata.BaseDescriptor
-
- org.xwiki.livedata.LiveDataQuery.Source
-
- Enclosing class:
- LiveDataQuery
public static class LiveDataQuery.Source extends BaseDescriptor
Specifies where to take the data from. Represents the "from" clause.
-
-
Method Summary
-
Methods inherited from class org.xwiki.livedata.BaseDescriptor
equals, getId, hashCode, setId
-
Methods inherited from class org.xwiki.livedata.WithParameters
getParameters, setParameter
-
-
-
-
Constructor Detail
-
Source
public Source()
Default constructor.
-
Source
public Source(String id)
Creates a source with the given id.- Parameters:
id
- the source id
-
-