public interface InitUpdateFacade
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
executeInitUpdate(BeautifulInitializationData data)
Execute init or update operation.
|
StringWriter |
getLogWriter()
Returns log writer.
|
Map<String,Object> |
getProjectDataSettings()
Gets the project data settings for init/update form.
|
Map<String,List<SystemSetupCollectorResult>> |
getSystemPatches()
Gets pending system patches.
|
boolean |
isInitialized()
Checks if platform is currently initialized.
|
boolean |
isLocked()
Checks if platform is currently locked for init/update.
|
boolean |
isUnlockable()
Checks if platform is currently unlockable.
|
Map<String,Object> executeInitUpdate(BeautifulInitializationData data)
data - the dataMap<String,Object> getProjectDataSettings()
Map<String,List<SystemSetupCollectorResult>> getSystemPatches()
StringWriter getLogWriter()
boolean isLocked()
boolean isUnlockable()
boolean isInitialized()
Copyright © 2017 SAP SE. All Rights Reserved.