|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.parameters.ParameterExpressionRuntime
public class ParameterExpressionRuntime
Constructor Summary | |
---|---|
ParameterExpressionRuntime(ParameterContext parameterContext,
DataRow dataRow)
|
Method Summary | |
---|---|
org.pentaho.reporting.libraries.base.config.Configuration |
getConfiguration()
Returns the report configuration that was used to initiate this processing run. |
int |
getCurrentGroup()
|
int |
getCurrentRow()
Returns the number of the row in the tablemodel that is currently being processed. |
TableModel |
getData()
Grants access to the tablemodel was granted using report properties, now direct. |
DataFactory |
getDataFactory()
|
DataRow |
getDataRow()
Returns the current data-row. |
DataSchema |
getDataSchema()
|
String |
getExportDescriptor()
Returns the current export descriptor as returned by the OutputProcessorMetaData object. |
int |
getGroupStartRow(int groupIndex)
|
int |
getGroupStartRow(String groupName)
|
ProcessingContext |
getProcessingContext()
Returns the current processing context. |
ResourceBundleFactory |
getResourceBundleFactory()
Returns the resource-bundle factory of current processing context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterExpressionRuntime(ParameterContext parameterContext, DataRow dataRow) throws ReportProcessingException
ReportProcessingException
Method Detail |
---|
public DataFactory getDataFactory()
getDataFactory
in interface ExpressionRuntime
public DataRow getDataRow()
getDataRow
in interface ExpressionRuntime
public DataSchema getDataSchema()
getDataSchema
in interface ExpressionRuntime
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
getConfiguration
in interface ExpressionRuntime
public ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory
in interface ExpressionRuntime
public TableModel getData()
getData
in interface ExpressionRuntime
public int getCurrentRow()
getCurrentRow
in interface ExpressionRuntime
public int getCurrentGroup()
getCurrentGroup
in interface ExpressionRuntime
public int getGroupStartRow(String groupName)
getGroupStartRow
in interface ExpressionRuntime
public int getGroupStartRow(int groupIndex)
getGroupStartRow
in interface ExpressionRuntime
public String getExportDescriptor()
getExportDescriptor
in interface ExpressionRuntime
public ProcessingContext getProcessingContext()
getProcessingContext
in interface ExpressionRuntime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |