Uses of Interface
org.dataloader.BatchLoaderContextProvider
-
Packages that use BatchLoaderContextProvider Package Description org.dataloader -
-
Uses of BatchLoaderContextProvider in org.dataloader
Fields in org.dataloader declared as BatchLoaderContextProvider Modifier and Type Field Description private BatchLoaderContextProviderDataLoaderOptions. environmentProviderprivate static BatchLoaderContextProviderDataLoaderOptions. NULL_PROVIDERMethods in org.dataloader that return BatchLoaderContextProvider Modifier and Type Method Description BatchLoaderContextProviderDataLoaderOptions. getBatchLoaderContextProvider()Methods in org.dataloader with parameters of type BatchLoaderContextProvider Modifier and Type Method Description DataLoaderOptionsDataLoaderOptions. setBatchLoaderContextProvider(BatchLoaderContextProvider contextProvider)Sets the batch loader environment provider that will be used to give context to batch load functions
-