Uses of Class
org.guvnor.ala.ui.model.ProviderType
-
Packages that use ProviderType Package Description org.guvnor.ala.ui.model org.guvnor.ala.ui.preferences org.guvnor.ala.ui.service -
-
Uses of ProviderType in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return ProviderType Modifier and Type Method Description ProviderTypeProvidersInfo. getProviderType()Constructors in org.guvnor.ala.ui.model with parameters of type ProviderType Constructor Description ProvidersInfo(ProviderType providerType, Collection<ProviderKey> providersKey) -
Uses of ProviderType in org.guvnor.ala.ui.preferences
Methods in org.guvnor.ala.ui.preferences that return types with arguments of type ProviderType Modifier and Type Method Description Map<ProviderType,Boolean>ProvisioningPreferences. getProviderTypeEnablements()Method parameters in org.guvnor.ala.ui.preferences with type arguments of type ProviderType Modifier and Type Method Description voidProvisioningPreferences. setProviderTypeEnablements(Map<ProviderType,Boolean> providerTypeEnablements)Constructor parameters in org.guvnor.ala.ui.preferences with type arguments of type ProviderType Constructor Description ProvisioningPreferencesPortableGeneratedImpl(Map<ProviderType,Boolean> providerTypeEnablements) -
Uses of ProviderType in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service that return ProviderType Modifier and Type Method Description ProviderTypeProviderTypeService. getProviderType(ProviderTypeKey providerTypeKey)Gets a provider type given a provider type key.Methods in org.guvnor.ala.ui.service that return types with arguments of type ProviderType Modifier and Type Method 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.Methods in org.guvnor.ala.ui.service with parameters of type ProviderType Modifier and Type Method Description voidProviderService. createProvider(ProviderType providerType, ProviderConfiguration configuration)Creates a provider by associating it to a provider type.voidProviderTypeService. 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.Method parameters in org.guvnor.ala.ui.service with type arguments of type ProviderType Modifier and Type Method Description voidProviderTypeService. enableProviderTypes(Collection<ProviderType> providerTypes)Enables a collection of provider types.
-