Package org.dataloader
Interface BatchLoaderContextProvider
A BatchLoaderContextProvider is used by the
DataLoader
code to
provide overall calling context to the BatchLoader
call. A common use
case is for propagating user security credentials or database connection parameters for example.-
Method Summary
-
Method Details
-
getContext
Object getContext()- Returns:
- a context object that may be needed in batch load calls
-