COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.spec.capabilitiy
Interface CBEQueryCapability

All Known Implementing Classes:
CBEQuery

public interface CBEQueryCapability


Method Summary
 IDataQueryResult<org.eclipse.tptp.logging.events.cbe.CommonBaseEvent> getAllCBE(java.lang.String dataset)
          Get the list of all CBEs in database
 IDataQueryResult getCBECountBySeverity(java.lang.String dataset)
          Get the count of CBE of each severity grouped by source component
 

Method Detail

getAllCBE

IDataQueryResult<org.eclipse.tptp.logging.events.cbe.CommonBaseEvent> getAllCBE(java.lang.String dataset)
                                                                                throws java.lang.Exception
Get the list of all CBEs in database

Parameters:
dataset -
Returns:
Throws:
java.lang.Exception

getCBECountBySeverity

IDataQueryResult getCBECountBySeverity(java.lang.String dataset)
                                       throws java.lang.Exception
Get the count of CBE of each severity grouped by source component

Parameters:
dataset -
Returns:
IDataQueryResult
Throws:
java.lang.Exception

COSMOS ${releaseVersion} data-collection Project
Public API Specification