public class JRBaseDatasetRun extends Object implements JRDatasetRun, Serializable
JRDatasetRun
interface.Modifier and Type | Field and Description |
---|---|
protected JRExpression |
connectionExpression |
protected String |
datasetName |
protected JRExpression |
dataSourceExpression |
protected JRDatasetParameter[] |
parameters |
protected JRExpression |
parametersMapExpression |
protected JRPropertiesMap |
propertiesMap |
protected List<ReturnValue> |
returnValues |
protected UUID |
uuid |
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 |
---|---|
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.
|
List<ReturnValue> |
getReturnValues()
Returns the list of values to be copied from the subdataset.
|
UUID |
getUUID() |
boolean |
hasProperties()
Checks whether the object has any properties.
|
protected UUID uuid
protected String datasetName
protected JRExpression parametersMapExpression
protected JRDatasetParameter[] parameters
protected JRExpression connectionExpression
protected JRExpression dataSourceExpression
protected JRPropertiesMap propertiesMap
protected List<ReturnValue> returnValues
protected JRBaseDatasetRun()
protected JRBaseDatasetRun(JRDatasetRun datasetRun, JRBaseObjectFactory factory)
datasetRun
- the dataset instantiationfactory
- the base object factorypublic UUID getUUID()
getUUID
in interface JRIdentifiable
public String getDatasetName()
JRDatasetRun
getDatasetName
in interface JRDatasetRun
public JRExpression getParametersMapExpression()
JRDatasetRun
The result of this expression is used as the parameters map when instantiating the dataset.
getParametersMapExpression
in interface JRDatasetRun
public JRDatasetParameter[] getParameters()
JRDatasetRun
getParameters
in interface JRDatasetRun
public JRExpression getConnectionExpression()
JRDatasetRun
The result of this expression is used as the DB connection when instantiating the dataset.
getConnectionExpression
in interface JRDatasetRun
public JRExpression getDataSourceExpression()
JRDatasetRun
The result of this expression is used as the data source when instantiating the dataset.
getDataSourceExpression
in interface JRDatasetRun
public List<ReturnValue> getReturnValues()
JRDatasetRun
getReturnValues
in interface JRDatasetRun
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public boolean hasProperties()
JRPropertiesHolder
hasProperties
in interface JRPropertiesHolder
public JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap
in interface JRPropertiesHolder
public JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties
in interface JRPropertiesHolder
null
if no parentCopyright © 2017. All rights reserved.