Interface LiveDataPropertyTypeResource


  • public interface LiveDataPropertyTypeResource
    Represents a live data property type.
    Since:
    12.10
    Version:
    $Id: 7c266e20efe7981dfe71e0f72d24c6052b7fb5db $
    • 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 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
        typeId - identifies the property type
        Returns:
        the descriptor of the specified property type
        Throws:
        Exception - if retrieving the property type fails