|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.function.WrapperExpressionRuntime
public class WrapperExpressionRuntime
| Constructor Summary | |
|---|---|
WrapperExpressionRuntime()
|
|
WrapperExpressionRuntime(DataRow overrideValues,
ExpressionRuntime runtime)
|
|
| 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. |
void |
update(DataRow overrideValues,
ExpressionRuntime runtime)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperExpressionRuntime()
public WrapperExpressionRuntime(DataRow overrideValues,
ExpressionRuntime runtime)
| Method Detail |
|---|
public void update(DataRow overrideValues,
ExpressionRuntime runtime)
public DataRow getDataRow()
ExpressionRuntime
getDataRow in interface ExpressionRuntimepublic DataSchema getDataSchema()
getDataSchema in interface ExpressionRuntimepublic org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
ExpressionRuntime
getConfiguration in interface ExpressionRuntimepublic ResourceBundleFactory getResourceBundleFactory()
ExpressionRuntime
getResourceBundleFactory in interface ExpressionRuntimepublic TableModel getData()
ExpressionRuntime
getData in interface ExpressionRuntimepublic int getCurrentRow()
ExpressionRuntime
getCurrentRow in interface ExpressionRuntimepublic int getCurrentGroup()
getCurrentGroup in interface ExpressionRuntimepublic int getGroupStartRow(String groupName)
getGroupStartRow in interface ExpressionRuntimepublic int getGroupStartRow(int groupIndex)
getGroupStartRow in interface ExpressionRuntimepublic String getExportDescriptor()
ExpressionRuntime
getExportDescriptor in interface ExpressionRuntimepublic ProcessingContext getProcessingContext()
ExpressionRuntime
getProcessingContext in interface ExpressionRuntimepublic DataFactory getDataFactory()
getDataFactory in interface ExpressionRuntime
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||