Package com.hybris.cockpitng.core.config
Interface ResetConfigurationStrategy
-
- All Known Implementing Classes:
DefaultResetConfigurationStrategy
public interface ResetConfigurationStrategyBase strategy of resetting configuration to defaults. Strategy is used to check whether to execute automated configuration reset triggered on specific event (i.e. user login) or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>getResetScopes(java.lang.String trigger)booleanisTriggerConfigured(java.lang.String trigger)
-