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
BatchLoaderEnvironment
that may be needed in batch calls
-