org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations
Class Aggregation

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
      extended by org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Aggregation
All Implemented Interfaces:
java.io.Serializable

public class Aggregation
extends Operation

See Also:
Serialized Form

Constructor Summary
Aggregation()
           
 
Method Summary
 void initialize(java.lang.String previuosTableName, ColumnDefinition[] previousTableDefinition, DBSession session)
           
 void setParameters(java.lang.Object... parameters)
           
 
Methods inherited from class org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
apply, discard, getColumnDefinition, getColumnDefinitionReference, getCount, getCurrentState, getDataAsJSon, getHistoryItem, getType, getViewName, setColumnDefinition, setCount, setCurrentState, setHistoryItem, setType, setViewName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregation

public Aggregation()
Method Detail

initialize

public void initialize(java.lang.String previuosTableName,
                       ColumnDefinition[] previousTableDefinition,
                       DBSession session)
                throws java.lang.Exception
Throws:
java.lang.Exception

setParameters

public void setParameters(java.lang.Object... parameters)
                   throws java.lang.Exception
Specified by:
setParameters in class Operation
Throws:
java.lang.Exception