|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableDataProvider | |
com.docmosis.template.population | |
com.docmosis.template.population.data |
Uses of MutableDataProvider in com.docmosis.template.population |
Classes in com.docmosis.template.population that implement MutableDataProvider | |
class |
JSONDataProvider
A MemoryDataProvider that can load itself from JSON formatted data. |
class |
MemoryDataProvider
An efficient memory based DataProvider. |
class |
NestingDataProvider
|
class |
SQLDataProvider
Currently the SQL Data Provider doesn't support Image Data being provided by the database. |
class |
XMLDataProvider
A data provider that can be converted to or from XML. |
Methods in com.docmosis.template.population that return MutableDataProvider | |
static MutableDataProvider |
DataProviderFactory.createDataProvider(String[][] keyValuePairs)
Create a hierarchical data provider for the given arrangement of key value pairs. |
MutableDataProvider |
MemoryDataProviderFactory.create()
|
MutableDataProvider |
MutableDataProviderFactory.create()
|
MutableDataProvider |
SQLDataProviderFactory.create()
|
Methods in com.docmosis.template.population with parameters of type MutableDataProvider | |
static void |
GroupedSQLDataProviderPopulator.populateDataProvider(MutableDataProvider dp,
ResultSet resultSet,
DataProviderGrouping[] grouping)
Populate a data provider. |
static void |
NestingDataProvider.addDataProvider(String key,
DataProvider dp,
MutableDataProvider building,
MutableDataProviderFactory dpFactory)
|
static void |
NestingDataProvider.setImage(String key,
File file,
MutableDataProvider building,
MutableDataProviderFactory dpFactory)
|
static void |
NestingDataProvider.setImage(String key,
InputStream inputStream,
MutableDataProvider building,
MutableDataProviderFactory dpFactory)
|
static void |
NestingDataProvider.setString(String key,
String value,
MutableDataProvider building,
MutableDataProviderFactory dpFactory)
|
static void |
SimpleSQLDataProviderPopulator.populateDataProvider(MutableDataProvider mdp,
ResultSet results,
String dpRowName)
Get the grid-like data provider populated by this class. |
boolean |
StringInterceptor.process(String key,
String value,
MutableDataProvider dp)
Process the given key and value to make optional adjustments to the given DataProvider. |
Constructors in com.docmosis.template.population with parameters of type MutableDataProvider | |
DataProviderBuilder(MutableDataProvider addTo)
Construct a new DataProvider Builder using the given MutableDataProvider as the starting point. |
Uses of MutableDataProvider in com.docmosis.template.population.data |
Methods in com.docmosis.template.population.data with parameters of type MutableDataProvider | |
boolean |
Base64ImageStringInterceptor.process(String key,
String value,
MutableDataProvider dp)
|
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |