@ApplicationScoped public class ProvisioningScreensServiceImpl extends Object implements ProvisioningScreensService
Constructor and Description |
---|
ProvisioningScreensServiceImpl() |
ProvisioningScreensServiceImpl(ProviderTypeService providerTypeService,
ProviderService providerService,
RuntimeService runtimeService) |
Modifier and Type | Method and Description |
---|---|
ProvidersInfo |
getProvidersInfo(ProviderTypeKey providerTypeKey) |
RuntimesInfo |
getRuntimesInfo(ProviderKey providerKey) |
boolean |
hasRuntimes(ProviderKey providerKey) |
public ProvisioningScreensServiceImpl()
@Inject public ProvisioningScreensServiceImpl(ProviderTypeService providerTypeService, ProviderService providerService, RuntimeService runtimeService)
public ProvidersInfo getProvidersInfo(ProviderTypeKey providerTypeKey)
getProvidersInfo
in interface ProvisioningScreensService
public RuntimesInfo getRuntimesInfo(ProviderKey providerKey)
getRuntimesInfo
in interface ProvisioningScreensService
public boolean hasRuntimes(ProviderKey providerKey)
hasRuntimes
in interface ProvisioningScreensService
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.