@ApplicationScoped public class ProviderTypeServiceImpl extends Object implements ProviderTypeService
| Constructor and Description |
|---|
ProviderTypeServiceImpl() |
ProviderTypeServiceImpl(RuntimeProvisioningServiceBackend runtimeProvisioningService,
ProvisioningPreferences provisioningPreferences,
org.uberfire.preferences.shared.PreferenceScopeFactory scopeFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableProviderType(ProviderType providerType) |
void |
enableProviderTypes(Collection<ProviderType> providerTypes) |
Collection<ProviderType> |
getAvailableProviderTypes() |
Collection<ProviderType> |
getEnabledProviderTypes() |
ProviderType |
getProviderType(ProviderTypeKey providerTypeKey) |
Map<ProviderType,ProviderTypeStatus> |
getProviderTypesStatus() |
public ProviderTypeServiceImpl()
@Inject public ProviderTypeServiceImpl(RuntimeProvisioningServiceBackend runtimeProvisioningService, ProvisioningPreferences provisioningPreferences, org.uberfire.preferences.shared.PreferenceScopeFactory scopeFactory)
public Collection<ProviderType> getAvailableProviderTypes()
getAvailableProviderTypes in interface ProviderTypeServicepublic ProviderType getProviderType(ProviderTypeKey providerTypeKey)
getProviderType in interface ProviderTypeServicepublic Collection<ProviderType> getEnabledProviderTypes()
getEnabledProviderTypes in interface ProviderTypeServicepublic void enableProviderTypes(Collection<ProviderType> providerTypes)
enableProviderTypes in interface ProviderTypeServicepublic void disableProviderType(ProviderType providerType)
disableProviderType in interface ProviderTypeServicepublic Map<ProviderType,ProviderTypeStatus> getProviderTypesStatus()
getProviderTypesStatus in interface ProviderTypeServiceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.