Docmosis API 4.5.0

Uses of Class
com.docmosis.template.population.CompoundDataProvider

Packages that use CompoundDataProvider
com.docmosis.template.population   
 

Uses of CompoundDataProvider in com.docmosis.template.population
 

Methods in com.docmosis.template.population that return CompoundDataProvider
 CompoundDataProvider CompoundDataProvider.addDataProvider(DataProvider dp)
          Add a data provider to this compound provider.
 CompoundDataProvider CompoundDataProvider.addDataObject(Object dp)
          Add an arbitrary object as a data provider to this compound provider.
 CompoundDataProvider CompoundDataProvider.addDataObject(Object dp, boolean forgiving)
          Add an arbitrary object as a data provider to this compound provider.
 CompoundDataProvider CompoundDataProvider.addDataProviders(DataProvider[] dps)
          Add an array of DataProviders to this compound provider.
 CompoundDataProvider CompoundDataProvider.addDataProviders(List dps)
          Add a List of arbitrary objects as data providers to this compound provider.
static CompoundDataProvider DataProviderFactory.createCompoundDataProvider(DataProvider[] providers)
          Create a CompoundDataProvider from the given array of DataProviders.
static CompoundDataProvider DataProviderFactory.createCompoundDataProvider(List providers)
          Create a CompoundDataProvider from the given List of Objects.
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.