org.pentaho.reporting.engine.classic.core.states
Class SubReportStorage
java.lang.Object
org.pentaho.reporting.engine.classic.core.states.SubReportStorage
- All Implemented Interfaces:
- Serializable
public class SubReportStorage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
SubReportStorage
public SubReportStorage()
store
public void store(FunctionStorageKey key,
SubReport subReport)
throws ReportProcessingException
- Throws:
ReportProcessingException
restore
public SubReport restore(FunctionStorageKey key)
throws ReportProcessingException
- Throws:
ReportProcessingException
contains
public boolean contains(FunctionStorageKey key)