Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface FlowController
Method Summary | |
FlowController |
|
FlowController | |
FlowController | |
ExpressionSlot[] |
|
String | |
GlobalMasterRow | |
PrecomputedValueRegistry | |
ReportContext | |
ReportJob | |
boolean | |
FlowController |
|
FlowController |
|
FlowController | |
FlowController |
|
public FlowController activateExpressions(ExpressionSlot[] expressions) throws DataSourceException
Activates expressions that compute running values. This does not activate precomputed expressions.
- Parameters:
expressions
-
- Returns:
- Throws:
DataSourceException
-
public ExpressionSlot[] getActiveExpressions() throws DataSourceException
Returns the current expression slots of all currently active expressions. (Maybe we should limit the access to the name and value of the expression instead?)
- Returns:
- Throws:
DataSourceException
-
public FlowController performOperation(FlowControlOperation operation) throws DataSourceException
public FlowController performQuery(String query) throws ReportDataFactoryException, DataSourceException
public FlowController performSubReportQuery(String query, ParameterMapping[] inputParameters, ParameterMapping[] outputParameters) throws ReportDataFactoryException, DataSourceException