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

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

public class Denormalization
extends Operation

See Also:
Serialized Form

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

Denormalization

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