Package org.xwiki.livedata.rest
Interface LiveDataPropertyTypesResource
-
public interface LiveDataPropertyTypesResource
Provides the list of known property types from an existingLiveDataSource
.- Since:
- 12.10
- Version:
- $Id: 92a883be8952a395f1a1eee262d1dcb138190473 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Types
getTypes(String sourceId, String namespace)
Provides the list of property types known by the specifiedLiveDataSource
implementation.
-
-
-
Method Detail
-
getTypes
Types getTypes(String sourceId, String namespace) throws Exception
Provides the list of property types known by the specifiedLiveDataSource
implementation.- Parameters:
sourceId
- indicates theLiveDataSource
component implementationnamespace
- the component manager name-space where to look forLiveDataSource
implementations; if not specified then the context / current name-space is used- Returns:
- the list of property types defined by the specified
LiveDataSource
implementation - Throws:
Exception
- if retrieving the property types fails
-
-