Docmosis API 4.0.3

Uses of Interface
com.docmosis.template.population.MutableDataProvider

Packages that use MutableDataProvider
com.docmosis.template.population   
 

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.
 

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.
 


Docmosis API 4.0.3

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.