Package net.sf.jasperreports.data.cache
Interface DataCacheHandler
-
- All Known Implementing Classes:
ColumnDataCacheHandler,PopulatedSnapshotCacheHandler
public interface DataCacheHandlerReport data cache handler.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAMETER_DATA_CACHE_HANDLERstatic StringPROPERTY_DATA_PERSISTABLEstatic StringPROPERTY_DATA_RECORDABLEstatic StringPROPERTY_INCLUDED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataRecordercreateDataRecorder()DataSnapshotgetDataSnapshot()booleanisRecordingEnabled()booleanisSnapshotPopulated()
-
-
-
Field Detail
-
PARAMETER_DATA_CACHE_HANDLER
static final String PARAMETER_DATA_CACHE_HANDLER
- See Also:
- Constant Field Values
-
PROPERTY_DATA_RECORDABLE
static final String PROPERTY_DATA_RECORDABLE
- See Also:
- Constant Field Values
-
PROPERTY_DATA_PERSISTABLE
static final String PROPERTY_DATA_PERSISTABLE
- See Also:
- Constant Field Values
-
PROPERTY_INCLUDED
static final String PROPERTY_INCLUDED
- See Also:
- Constant Field Values
-
-
Method Detail
-
isRecordingEnabled
boolean isRecordingEnabled()
-
createDataRecorder
DataRecorder createDataRecorder()
-
isSnapshotPopulated
boolean isSnapshotPopulated()
-
getDataSnapshot
DataSnapshot getDataSnapshot()
-
-