Package org.dataloader
Interface BatchLoaderEnvironmentProvider
A BatchLoaderEnvironmentProvider is used by the
DataLoader code to
provide BatchLoaderEnvironment calling context to
the BatchLoader call. A common use
case is for propagating user security credentials or database connection parameters.-
Method Summary
-
Method Details
-
get
BatchLoaderEnvironment get()- Returns:
- a
BatchLoaderEnvironmentthat may be needed in batch calls
-