Package | Description |
---|---|
org.guvnor.ala.ui.model | |
org.guvnor.ala.ui.preferences | |
org.guvnor.ala.ui.service |
Modifier and Type | Method and Description |
---|---|
ProviderType |
ProvidersInfo.getProviderType() |
Constructor and Description |
---|
ProvidersInfo(ProviderType providerType,
Collection<ProviderKey> providersKey) |
Modifier and Type | Method and Description |
---|---|
Map<ProviderType,Boolean> |
ProvisioningPreferences.getProviderTypeEnablements() |
Modifier and Type | Method and Description |
---|---|
void |
ProvisioningPreferences.setProviderTypeEnablements(Map<ProviderType,Boolean> providerTypeEnablements) |
Constructor and Description |
---|
ProvisioningPreferencesPortableGeneratedImpl(Map<ProviderType,Boolean> providerTypeEnablements) |
Modifier and Type | Method and Description |
---|---|
ProviderType |
ProviderTypeService.getProviderType(ProviderTypeKey providerTypeKey)
Gets a provider type given a provider type key.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProviderType> |
ProviderTypeService.getAvailableProviderTypes()
Gets the list of available provider types in the system.
|
Collection<ProviderType> |
ProviderTypeService.getEnabledProviderTypes()
Gets the list of provider types currently enabled in the system.
|
Map<ProviderType,ProviderTypeStatus> |
ProviderTypeService.getProviderTypesStatus()
Gets the status of the available provider types.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderService.createProvider(ProviderType providerType,
ProviderConfiguration configuration)
Creates a provider by associating it to a provider type.
|
void |
ProviderTypeService.disableProviderType(ProviderType providerType)
Disables a provider type.
|
Collection<Provider> |
ProviderService.getProviders(ProviderType providerType)
Gets the provides related to a given provider type.
|
Collection<ProviderKey> |
ProviderService.getProvidersKey(ProviderType providerType)
Gets the keys of the providers related to a given provider type.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderTypeService.enableProviderTypes(Collection<ProviderType> providerTypes)
Enables a collection of provider types.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.