|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAggregationTableHandler
Manage aggregated measurement values (secured)
Method Summary | |
---|---|
java.util.Vector |
getMatrix(java.util.Vector ids,
java.util.Vector timeFilter,
java.util.Vector aggregateFilter,
java.lang.Boolean withCounts)
Get Matrix of aggregated series values |
java.util.Vector |
getRows(java.lang.Integer primaryKey,
java.util.Vector timeFilter,
java.util.Vector aggregateFilter)
Get aggregated measurement values |
Method Detail |
---|
java.util.Vector getRows(java.lang.Integer primaryKey, java.util.Vector timeFilter, java.util.Vector aggregateFilter) throws org.apache.xmlrpc.XmlRpcException
primaryKey
- series identifiertimeFilter
- vector of values
aggregateFilter
- vector of values
org.apache.xmlrpc.XmlRpcException
ILookUpTableHandler.getAgrFunktionen()
,
ILookUpTableHandler.getAgrIntervalle()
java.util.Vector getMatrix(java.util.Vector ids, java.util.Vector timeFilter, java.util.Vector aggregateFilter, java.lang.Boolean withCounts) throws org.apache.xmlrpc.XmlRpcException
ids
- vector of series identifiers as inttimeFilter
- vector of values
aggregateFilter
- vector of values:
withCounts
- flag to export number of aggregation function input values
org.apache.xmlrpc.XmlRpcException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |