org.pentaho.reporting.engine.classic.core.states
Class FunctionStorage
java.lang.Object
org.pentaho.reporting.engine.classic.core.states.FunctionStorage
- All Implemented Interfaces:
- Serializable
public class FunctionStorage
- extends Object
- implements Serializable
Creation-Date: Dec 15, 2006, 2:24:30 PM
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
FunctionStorage
public FunctionStorage()
store
public void store(FunctionStorageKey key,
Expression[] expressions,
int length)
throws ReportProcessingException
- Stores expressions at the end of a run.
- Parameters:
key
- expressions
-
- Throws:
ReportProcessingException
restore
public Expression[] restore(FunctionStorageKey key)
throws ReportProcessingException
- Throws:
ReportProcessingException