Package | Description |
---|---|
org.guvnor.ala.ui.handler | |
org.guvnor.ala.ui.model | |
org.guvnor.ala.ui.service |
Modifier and Type | Method and Description |
---|---|
boolean |
ProviderHandler.acceptProviderType(ProviderTypeKey providerTypeKey)
Indicates if current handler can manage a given provider type.
|
T |
AbstractProviderHandlerRegistry.getProviderHandler(ProviderTypeKey providerTypeKey) |
boolean |
AbstractProviderHandlerRegistry.isProviderInstalled(ProviderTypeKey providerTypeKey) |
Modifier and Type | Method and Description |
---|---|
ProviderTypeKey |
ProviderKey.getProviderTypeKey() |
Constructor and Description |
---|
ProviderKey(ProviderTypeKey providerTypeKey,
String id) |
ProviderType(ProviderTypeKey key,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<PipelineKey> |
RuntimeService.getPipelines(ProviderTypeKey providerTypeKey)
Gests the pipeline names for the pipelines associated to a given provider type.
|
ProvidersInfo |
ProvisioningScreensService.getProvidersInfo(ProviderTypeKey providerTypeKey)
Gets the information about all the defined providers for a given provider type and loads provider type at the same time.
|
ProviderType |
ProviderTypeService.getProviderType(ProviderTypeKey providerTypeKey)
Gets a provider type given a provider type key.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.