public class JRBaseDatasetRun extends java.lang.Object implements JRDatasetRun, java.io.Serializable
JRDatasetRun interface.| Modifier and Type | Field and Description |
|---|---|
protected JRExpression |
connectionExpression |
protected java.lang.String |
datasetName |
protected JRExpression |
dataSourceExpression |
protected JRDatasetParameter[] |
parameters |
protected JRExpression |
parametersMapExpression |
| Modifier | Constructor and Description |
|---|---|
protected |
JRBaseDatasetRun()
Creates an empty object.
|
protected |
JRBaseDatasetRun(JRDatasetRun datasetRun,
JRBaseObjectFactory factory)
Creates a copy of a dataset instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
JRExpression |
getConnectionExpression()
Returns the DB connection expression.
|
java.lang.String |
getDatasetName()
Returns the sub dataset name.
|
JRExpression |
getDataSourceExpression()
Returns the data source expression.
|
JRDatasetParameter[] |
getParameters()
Returns the list of parameter values.
|
JRExpression |
getParametersMapExpression()
Returns the parameters map expression.
|
protected java.lang.String datasetName
protected JRExpression parametersMapExpression
protected JRDatasetParameter[] parameters
protected JRExpression connectionExpression
protected JRExpression dataSourceExpression
protected JRBaseDatasetRun()
protected JRBaseDatasetRun(JRDatasetRun datasetRun, JRBaseObjectFactory factory)
datasetRun - the dataset instantiationfactory - the base object factorypublic java.lang.String getDatasetName()
JRDatasetRungetDatasetName in interface JRDatasetRunpublic JRExpression getParametersMapExpression()
JRDatasetRunThe result of this expression is used as the parameters map when instantiating the dataset.
getParametersMapExpression in interface JRDatasetRunpublic JRDatasetParameter[] getParameters()
JRDatasetRungetParameters in interface JRDatasetRunpublic JRExpression getConnectionExpression()
JRDatasetRunThe result of this expression is used as the DB connection when instantiating the dataset.
getConnectionExpression in interface JRDatasetRunpublic JRExpression getDataSourceExpression()
JRDatasetRunThe result of this expression is used as the data source when instantiating the dataset.
getDataSourceExpression in interface JRDatasetRunpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object© 2001-2010 Jaspersoft Corporation www.jaspersoft.com