| Interface | Description |
|---|---|
| SystemSetupAuditDAO |
DAO responsible for SystemPatch related reads/writes.
|
| SystemSetupCollector |
The
SystemSetupCollector collects all classes and methods which will be used during init/update process of
the platform according to the used SystemSetup annotation. |
| Class | Description |
|---|---|
| SystemSetupCollectorResult |
This class stores everything which is needed to call the hooked method
|
| SystemSetupCollectorTest | |
| SystemSetupContext |
This class represents the context of the current SystemSetup which is used
|
| SystemSetupContextTest | |
| SystemSetupParameter |
This class represents a single parameter used by the
SystemSetup
All parameters will be displayed in the administration console (hac) on the initialization/update page. |
| SystemSetupParameterTest | |
| SystemSetupTypeProcessTest |
| Enum | Description |
|---|---|
| SystemSetup.Process |
Describes, when the method should be called.
|
| SystemSetup.Type |
Describes, at which point the method should be called.
|
| Annotation Type | Description |
|---|---|
| SystemSetup |
The
@SystemSetup is an annotation (as a hock-in mechanism) for executing methods during the init/update
process for given extensions. |
| SystemSetupParameterMethod |
This annotation can be used to annotate a class that it returns a Map of
SystemSetupParameter |
Copyright © 2018 SAP SE. All Rights Reserved.