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 BatchLoaderContextProvider
DataLoaderOptions. environmentProvider
private static BatchLoaderContextProvider
DataLoaderOptions. NULL_PROVIDER
Methods in org.dataloader that return BatchLoaderContextProvider Modifier and Type Method Description BatchLoaderContextProvider
DataLoaderOptions. getBatchLoaderContextProvider()
Methods in org.dataloader with parameters of type BatchLoaderContextProvider Modifier and Type Method Description DataLoaderOptions
DataLoaderOptions. setBatchLoaderContextProvider(BatchLoaderContextProvider contextProvider)
Sets the batch loader environment provider that will be used to give context to batch load functions
-