Interface SystemScopedConfigurableComponent<CONFTYPE extends Configuration>

Type Parameters:
CONFTYPE -
All Superinterfaces:
ConfigurableComponent<CONFTYPE>, ConfigurationManager<CONFTYPE>, IdentifiableComponent, ScopedComponent, SystemConfigurationManager<CONFTYPE>
All Known Implementing Classes:
ContributionStore, CustomServiceDefinitionStore, RemoteAlignmentServicesStore, TemplateStore

public interface SystemScopedConfigurableComponent<CONFTYPE extends Configuration> extends ConfigurableComponent<CONFTYPE>, ScopedComponent, SystemConfigurationManager<CONFTYPE>
A SystemScopedConfigurableComponent is able to look on configurations from the sole Scope.SYSTEM scope.
Author:
Manuel Fiorelli <fiorelli@info.uniroma2.it>, Armando Stellato <stellato@uniroma2.it>