public interface MediaStorageInitializer
| Modifier and Type | Method and Description |
|---|---|
default void |
checkStorageConnection()
checks if communication with external media storage is possible.
|
default boolean |
failOnInitUpdateError()
defines if the init or update process should stop on errors (e.g.
|
void |
onInitialize()
Prepares media storage on initialization.
|
void |
onUpdate()
Prepares media storage on update.
|
void onInitialize()
void onUpdate()
default boolean failOnInitUpdateError()
true if init or update proccess should stop, otherwise falsedefault void checkStorageConnection()
ExternalStorageServiceException - when communication with storage doesn't workCopyright © 2018 SAP SE. All Rights Reserved.