|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseDatasetRun
public class JRBaseDatasetRun
Base implementation of the JRDatasetRun interface.
| Field Summary | |
|---|---|
protected JRExpression |
connectionExpression
|
protected String |
datasetName
|
protected JRExpression |
dataSourceExpression
|
protected JRDatasetParameter[] |
parameters
|
protected JRExpression |
parametersMapExpression
|
protected JRPropertiesMap |
propertiesMap
|
protected UUID |
uuid
|
| Constructor Summary | |
|---|---|
protected |
JRBaseDatasetRun()
Creates an empty object. |
protected |
JRBaseDatasetRun(JRDatasetRun datasetRun,
JRBaseObjectFactory factory)
Creates a copy of a dataset instantiation. |
| Method Summary | |
|---|---|
Object |
clone()
|
JRExpression |
getConnectionExpression()
Returns the DB connection expression. |
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. |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults for this object. |
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map. |
UUID |
getUUID()
|
boolean |
hasProperties()
Checks whether the object has any properties. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UUID uuid
protected String datasetName
protected JRExpression parametersMapExpression
protected JRDatasetParameter[] parameters
protected JRExpression connectionExpression
protected JRExpression dataSourceExpression
protected JRPropertiesMap propertiesMap
| Constructor Detail |
|---|
protected JRBaseDatasetRun()
protected JRBaseDatasetRun(JRDatasetRun datasetRun,
JRBaseObjectFactory factory)
datasetRun - the dataset instantiationfactory - the base object factory| Method Detail |
|---|
public UUID getUUID()
getUUID in interface JRIdentifiablepublic String getDatasetName()
JRDatasetRun
getDatasetName 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()
JRDatasetRun
getParameters 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 Object clone()
clone in interface JRCloneableclone in class Objectpublic boolean hasProperties()
JRPropertiesHolder
hasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties in interface JRPropertiesHoldernull if no parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||