When the name of the data source object is specified, you can access the data source object and its members in a template document using the name.
When the name of the data source object is null or empty, you can still access members of the data source object in a template document using context object member access (see Template Syntax Reference for more information), but you cannot access the data source object itself.
When passing multiple DataSourceInfo instances to DocumentAssembler, only the name of the first data source object can be null or empty. Names of the rest ones must be specified and unique.
Parameters:
Parameter
Type
Description
dataSource
java.lang.Object
The data source object.
name
java.lang.String
The name of the data source object to be used to access the data source object in a template document.
getDataSource()
public Object getDataSource()
Gets the data source object.
The data source object can be of one of the following types:
Gets the name of the data source object to be used to access the data source object in a template document.
When the name of the data source object is specified, you can access the data source object and its members in a template document using the name.
When the name of the data source object is null or empty, you can still access members of the data source object in a template document using context object member access (see Template Syntax Reference for more information), but you cannot access the data source object itself.
When passing multiple DataSourceInfo instances to DocumentAssembler, only the name of the first data source object can be null or empty. Names of the rest ones must be specified and unique.
Returns:
java.lang.String - The name of the data source object to be used to access the data source object in a template document.
setName(String value)
public void setName(String value)
Sets the name of the data source object to be used to access the data source object in a template document.
When the name of the data source object is specified, you can access the data source object and its members in a template document using the name.
When the name of the data source object is null or empty, you can still access members of the data source object in a template document using context object member access (see Template Syntax Reference for more information), but you cannot access the data source object itself.
When passing multiple DataSourceInfo instances to DocumentAssembler, only the name of the first data source object can be null or empty. Names of the rest ones must be specified and unique.
Parameters:
Parameter
Type
Description
value
java.lang.String
The name of the data source object to be used to access the data source object in a template document.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.