Interface BackofficeAdminTestingService
-
public interface BackofficeAdminTestingServiceService used by Selenium via HttpInvoker to execute admin operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyCockpitConfiguration(java.lang.String content)Applies cockpit configuration.voidapplyWidgetsConfiguration(java.lang.String content, java.lang.String rootWidgetId)Applies widgets configuration.voidimportImpex(java.lang.String content)Imports impex.voidresetToDefaults()Resets to defaults.
-
-
-
Method Detail
-
resetToDefaults
void resetToDefaults()
Resets to defaults.
-
applyWidgetsConfiguration
void applyWidgetsConfiguration(java.lang.String content, java.lang.String rootWidgetId)Applies widgets configuration.- Parameters:
content- the configuration.rootWidgetId- the root widget id.
-
applyCockpitConfiguration
void applyCockpitConfiguration(java.lang.String content)
Applies cockpit configuration.- Parameters:
content- the configuration.
-
importImpex
void importImpex(java.lang.String content)
Imports impex.- Parameters:
content- the impex.
-
-