Uses of Class
org.guvnor.ala.ui.model.ProviderTypeKey
-
Packages that use ProviderTypeKey Package Description org.guvnor.ala.ui.handler org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of ProviderTypeKey in org.guvnor.ala.ui.handler
Methods in org.guvnor.ala.ui.handler with parameters of type ProviderTypeKey Modifier and Type Method Description booleanProviderHandler. acceptProviderType(ProviderTypeKey providerTypeKey)Indicates if current handler can manage a given provider type.TAbstractProviderHandlerRegistry. getProviderHandler(ProviderTypeKey providerTypeKey)booleanAbstractProviderHandlerRegistry. isProviderInstalled(ProviderTypeKey providerTypeKey) -
Uses of ProviderTypeKey in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return ProviderTypeKey Modifier and Type Method Description ProviderTypeKeyProviderKey. getProviderTypeKey()Constructors in org.guvnor.ala.ui.model with parameters of type ProviderTypeKey Constructor Description ProviderKey(ProviderTypeKey providerTypeKey, String id)ProviderType(ProviderTypeKey key, String name) -
Uses of ProviderTypeKey in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service with parameters of type ProviderTypeKey Modifier and Type Method Description Collection<PipelineKey>RuntimeService. getPipelines(ProviderTypeKey providerTypeKey)Gests the pipeline names for the pipelines associated to a given provider type.ProvidersInfoProvisioningScreensService. getProvidersInfo(ProviderTypeKey providerTypeKey)Gets the information about all the defined providers for a given provider type and loads provider type at the same time.ProviderTypeProviderTypeService. getProviderType(ProviderTypeKey providerTypeKey)Gets a provider type given a provider type key.
-