@SystemSetup(extension="printsampledata") public class PrintsampledataSystemSetup extends AbstractSystemSetup
| Constructor and Description |
|---|
PrintsampledataSystemSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEssentialData(SystemSetupContext context) |
SystemSetupParameter |
createMultivalueSystemSetupParameter(String key,
String label,
String defaultValue,
String... values) |
void |
createProjectData(SystemSetupContext context) |
protected List<String> |
getExtensionNames() |
List<SystemSetupParameter> |
getInitializationOptions() |
String |
getSystemSetupParameterAsString(SystemSetupContext context,
String key) |
@SystemSetupParameterMethod public List<SystemSetupParameter> getInitializationOptions()
@SystemSetup(type=ESSENTIAL, process=ALL) public void createEssentialData(SystemSetupContext context)
@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext context)
public SystemSetupParameter createMultivalueSystemSetupParameter(String key, String label, String defaultValue, String... values)
public String getSystemSetupParameterAsString(SystemSetupContext context, String key)
Copyright © 2017 SAP SE. All Rights Reserved.