public interface IMessungHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMinResolution(java.util.Vector Ids) |
java.lang.String |
getNumberAxisLabel(java.lang.Integer Id) |
java.util.Vector |
getNumberAxisLabels(java.util.Vector ids) |
java.lang.Integer |
getResolution(java.lang.Integer Id) |
java.lang.String |
getTimeZone(java.lang.Integer Id) |
java.lang.Boolean |
refreshRecInterval(java.lang.Integer id)
refresh the rec_start and rec_end values of a series based on its time records
|
java.lang.Integer getResolution(java.lang.Integer Id)
throws org.apache.xmlrpc.XmlRpcException
Id - series identifierorg.apache.xmlrpc.XmlRpcExceptionjava.lang.Integer getMinResolution(java.util.Vector Ids)
throws org.apache.xmlrpc.XmlRpcException
Ids - series identifiersorg.apache.xmlrpc.XmlRpcExceptionjava.util.Vector getNumberAxisLabels(java.util.Vector ids)
throws org.apache.xmlrpc.XmlRpcException
ids - of series identifiers as integerorg.apache.xmlrpc.XmlRpcExceptionjava.lang.String getNumberAxisLabel(java.lang.Integer Id)
throws org.apache.xmlrpc.XmlRpcException
Id - series identifierorg.apache.xmlrpc.XmlRpcExceptionjava.lang.String getTimeZone(java.lang.Integer Id)
throws org.apache.xmlrpc.XmlRpcException
Id - series identifierorg.apache.xmlrpc.XmlRpcExceptionjava.lang.Boolean refreshRecInterval(java.lang.Integer id)
throws org.apache.xmlrpc.XmlRpcException
id - series identifierorg.apache.xmlrpc.XmlRpcException