Interface LiveDataPropertyTypesResource


  • public interface LiveDataPropertyTypesResource
    Provides the list of known property types from an existing LiveDataSource.
    Since:
    12.10
    Version:
    $Id: 92a883be8952a395f1a1eee262d1dcb138190473 $
    • Method Detail

      • getTypes

        Types getTypes​(String sourceId,
                       String namespace)
                throws Exception
        Provides the list of property types known by the specified LiveDataSource implementation.
        Parameters:
        sourceId - indicates the LiveDataSource component implementation
        namespace - the component manager name-space where to look for LiveDataSource 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