Uses of Class
org.guvnor.ala.ui.model.ProviderKey
-
Packages that use ProviderKey Package Description org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of ProviderKey in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return ProviderKey Modifier and Type Method Description ProviderKeyRuntimeKey. getProviderKey()Methods in org.guvnor.ala.ui.model that return types with arguments of type ProviderKey Modifier and Type Method Description Collection<ProviderKey>ProvidersInfo. getProvidersKey()Constructors in org.guvnor.ala.ui.model with parameters of type ProviderKey Constructor Description Provider(ProviderKey key, ProviderConfiguration configuration)RuntimeKey(ProviderKey providerKey, String id)Constructor parameters in org.guvnor.ala.ui.model with type arguments of type ProviderKey Constructor Description ProvidersInfo(ProviderType providerType, Collection<ProviderKey> providersKey) -
Uses of ProviderKey in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service that return types with arguments of type ProviderKey Modifier and Type Method Description Collection<ProviderKey>ProviderService. getProvidersKey(ProviderType providerType)Gets the keys of the providers related to a given provider type.Methods in org.guvnor.ala.ui.service with parameters of type ProviderKey Modifier and Type Method Description PipelineExecutionTraceKeyRuntimeService. createRuntime(ProviderKey providerKey, String runtimeName, PipelineKey pipelineKey, Map<String,String> params)Creates a runtime by associating it with a given provider.voidProviderService. deleteProvider(ProviderKey providerKey)Deletes a provider.ProviderProviderService. getProvider(ProviderKey providerKey)Gets a provider.Collection<RuntimeListItem>RuntimeService. getRuntimeItems(ProviderKey providerKey)Gets the information about the runtimes associated to a given provider.RuntimesInfoProvisioningScreensService. getRuntimesInfo(ProviderKey providerKey)Gets the information about the runtimes associated to a given provider and loads the provider at the same time.booleanProvisioningScreensService. hasRuntimes(ProviderKey providerKey)
-