org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations
Class Filter
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Operation
org.gcube.contentmanagement.timeseriesservice.impl.timeseries.operations.Filter
- All Implemented Interfaces:
- java.io.Serializable
public class Filter
- extends Operation
- See Also:
- Serialized Form
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 |
_TABLE_ALIAS
public static final java.lang.String _TABLE_ALIAS
- See Also:
- Constant Field Values
Filter
public Filter()
throws java.lang.Exception
- Throws:
java.lang.Exception
initialize
public void initialize(java.lang.String previuosTableName,
ColumnDefinition[] previousTableDefinition,
DBSession session)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFilterCondition
public FilterCondition getFilterCondition()
setFilterCondition
public void setFilterCondition(FilterCondition filterCondition)
setParameters
public void setParameters(java.lang.Object... parameters)
throws java.lang.Exception
- Specified by:
setParameters
in class Operation
- Throws:
java.lang.Exception