|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.report.flow.DefaultFlowController
Creation-Date: 20.02.2006, 15:30:21
| Constructor Summary | |
protected |
DefaultFlowController(DefaultFlowController fc,
GlobalMasterRow dataRow)
|
|
DefaultFlowController(ReportContext reportContext,
ReportJob job)
|
| Method Summary | |
FlowController |
activateExpressions(ExpressionSlot[] expressions)
Activates expressions that compute running values. |
FlowController |
createPrecomputeInstance()
|
FlowController |
deactivateExpressions()
|
ExpressionSlot[] |
getActiveExpressions()
Returns the current expression slots of all currently active expressions. |
java.lang.String |
getExportDescriptor()
|
GlobalMasterRow |
getMasterRow()
|
PrecomputedValueRegistry |
getPrecomputedValueRegistry()
|
ReportContext |
getReportContext()
|
ReportJob |
getReportJob()
|
boolean |
isAdvanceRequested()
|
FlowController |
performOperation(FlowControlOperation operation)
|
FlowController |
performQuery(java.lang.String query)
This should be called only once per report processing. |
FlowController |
performReturnFromQuery()
|
FlowController |
performSubReportQuery(java.lang.String query,
ParameterMapping[] inputParameters,
ParameterMapping[] outputParameters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultFlowController(ReportContext reportContext,
ReportJob job)
throws DataSourceException
protected DefaultFlowController(DefaultFlowController fc,
GlobalMasterRow dataRow)
| Method Detail |
public FlowController performOperation(FlowControlOperation operation)
throws DataSourceException
performOperation in interface FlowControllerDataSourceExceptionpublic GlobalMasterRow getMasterRow()
getMasterRow in interface FlowControllerpublic boolean isAdvanceRequested()
isAdvanceRequested in interface FlowController
public FlowController performQuery(java.lang.String query)
throws ReportDataFactoryException,
DataSourceException
performQuery in interface FlowControllerquery -
ReportDataFactoryException
DataSourceException
public FlowController performSubReportQuery(java.lang.String query,
ParameterMapping[] inputParameters,
ParameterMapping[] outputParameters)
throws ReportDataFactoryException,
DataSourceException
performSubReportQuery in interface FlowControllerReportDataFactoryException
DataSourceException
public FlowController activateExpressions(ExpressionSlot[] expressions)
throws DataSourceException
FlowController
activateExpressions in interface FlowControllerexpressions -
DataSourceException
public FlowController deactivateExpressions()
throws DataSourceException
deactivateExpressions in interface FlowControllerDataSourceException
public FlowController performReturnFromQuery()
throws DataSourceException
performReturnFromQuery in interface FlowControllerDataSourceExceptionpublic ReportJob getReportJob()
getReportJob in interface FlowControllerpublic java.lang.String getExportDescriptor()
getExportDescriptor in interface FlowControllerpublic ReportContext getReportContext()
getReportContext in interface FlowController
public ExpressionSlot[] getActiveExpressions()
throws DataSourceException
getActiveExpressions in interface FlowControllerDataSourceException
public FlowController createPrecomputeInstance()
throws DataSourceException
createPrecomputeInstance in interface FlowControllerDataSourceExceptionpublic PrecomputedValueRegistry getPrecomputedValueRegistry()
getPrecomputedValueRegistry in interface FlowController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||