|
||||||||||
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 ExpressionRuntime
public DataSchema getDataSchema()
getDataSchema
in interface ExpressionRuntime
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
ExpressionRuntime
getConfiguration
in interface ExpressionRuntime
public ResourceBundleFactory getResourceBundleFactory()
ExpressionRuntime
getResourceBundleFactory
in interface ExpressionRuntime
public TableModel getData()
ExpressionRuntime
getData
in interface ExpressionRuntime
public int getCurrentRow()
ExpressionRuntime
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()
ExpressionRuntime
getExportDescriptor
in interface ExpressionRuntime
public ProcessingContext getProcessingContext()
ExpressionRuntime
getProcessingContext
in interface ExpressionRuntime
public DataFactory getDataFactory()
getDataFactory
in interface ExpressionRuntime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |