public interface LocalViewExecutor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
executeInLocalView(Supplier<T> action)
Executes action in local view.
|
<T> T |
executeWithAllCatalogs(Supplier<T> action)
Executes action in local view which has all catalogs set in session.
|
<T> T executeInLocalView(Supplier<T> action)
action - to be executed<T> T executeWithAllCatalogs(Supplier<T> action)
action - to be executedCopyright © 2017 SAP SE. All Rights Reserved.