@SystemSetup(extension="patchesdemo") public class PatchesDemoSystemSetup extends AbstractPatchesSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE| Constructor and Description |
|---|
PatchesDemoSystemSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEssentialData(SystemSetupContext setupContext)
Method to create initial objects which will be called by system creator during initialization and system update.
|
void |
createProjectData(SystemSetupContext setupContext)
Implement this method to create data that is used in your project.
|
java.util.List<SystemSetupParameter> |
getInitializationOptions()
Iterates through list of patches which is configured in spring.
|
createBooleanSystemSetupParameter, createFalseBooleanValueSystemSetupParameter, createSystemSetupParameterBasedOnExecutionInfo, createSystemSetupParameterBasedOnNotSelectedProperty, executePatchBasedOnConfiguration, executePatchBasedOnDataType, executePatchBasedOnNotSelectedProperty, executePatches, executePatchesBasedOnConfiguration, executePatchesBasedOnSetupContext, executeVersionOnPatch, getBooleanValueForGivenKey, getSystemSetupParameter, isPatchHidden, isPatchNotSelected, isPatchRerunable, isPatchRerunableFunctionalityEnabled, isPatchSelected, setPatches, setPatchExecutionService@SystemSetup(type=ESSENTIAL, process=ALL) public void createEssentialData(SystemSetupContext setupContext)
AbstractPatchesSystemSetupcreateEssentialData in class AbstractPatchesSystemSetupsetupContext - the context provides the selected parameters and values@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext setupContext)
createProjectData in class AbstractPatchesSystemSetupsetupContext - the context provides the selected parameters and values@SystemSetupParameterMethod public java.util.List<SystemSetupParameter> getInitializationOptions()
AbstractPatchesSystemSetupgetInitializationOptions in class AbstractPatchesSystemSetupList<SystemSetupParameter> which should be visible in hac consoleCopyright © 2018 SAP SE. All Rights Reserved.