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

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

public class Grouping
extends Operation

See Also:
Serialized Form

Constructor Summary
Grouping()
           
 
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

Grouping

public Grouping()
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