|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.flow.DefaultFlowController
public class 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
DataSourceException
protected DefaultFlowController(DefaultFlowController fc, GlobalMasterRow dataRow)
Method Detail |
---|
public FlowController performOperation(FlowControlOperation operation) throws DataSourceException
performOperation
in interface FlowController
DataSourceException
public GlobalMasterRow getMasterRow()
getMasterRow
in interface FlowController
public boolean isAdvanceRequested()
isAdvanceRequested
in interface FlowController
public FlowController performQuery(java.lang.String query) throws ReportDataFactoryException, DataSourceException
performQuery
in interface FlowController
query
-
ReportDataFactoryException
DataSourceException
public FlowController performSubReportQuery(java.lang.String query, ParameterMapping[] inputParameters, ParameterMapping[] outputParameters) throws ReportDataFactoryException, DataSourceException
performSubReportQuery
in interface FlowController
ReportDataFactoryException
DataSourceException
public FlowController activateExpressions(ExpressionSlot[] expressions) throws DataSourceException
FlowController
activateExpressions
in interface FlowController
DataSourceException
public FlowController deactivateExpressions() throws DataSourceException
deactivateExpressions
in interface FlowController
DataSourceException
public FlowController performReturnFromQuery() throws DataSourceException
performReturnFromQuery
in interface FlowController
DataSourceException
public ReportJob getReportJob()
getReportJob
in interface FlowController
public java.lang.String getExportDescriptor()
getExportDescriptor
in interface FlowController
public ReportContext getReportContext()
getReportContext
in interface FlowController
public ExpressionSlot[] getActiveExpressions() throws DataSourceException
getActiveExpressions
in interface FlowController
DataSourceException
public FlowController createPrecomputeInstance() throws DataSourceException
createPrecomputeInstance
in interface FlowController
DataSourceException
public PrecomputedValueRegistry getPrecomputedValueRegistry()
getPrecomputedValueRegistry
in interface FlowController
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |