Package org.xwiki.livedata.rest
Interface LiveDataPropertyTypeResource
-
public interface LiveDataPropertyTypeResource
Represents a live data property type.- Since:
- 12.10
- Version:
- $Id: 7c266e20efe7981dfe71e0f72d24c6052b7fb5db $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyDescriptor
getType(String sourceId, String namespace, String typeId)
Provides information about the specified live data property type.
-
-
-
Method Detail
-
getType
PropertyDescriptor getType(String sourceId, String namespace, String typeId) throws Exception
Provides information about the specified live data property type.- 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 usedtypeId
- identifies the property type- Returns:
- the descriptor of the specified property type
- Throws:
Exception
- if retrieving the property type fails
-
-