@ApplicationScoped public class ProvisioningManagementPerspective extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
| Constructor and Description |
|---|
ProvisioningManagementPerspective(org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService,
org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService,
EnableProviderTypeWizard enableProviderTypeWizard,
NewProviderWizard newProviderWizard,
NewDeployWizard newDeployWizard) |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.workbench.model.PerspectiveDefinition |
buildPerspective() |
protected List<org.uberfire.commons.data.Pair<ProviderType,ProviderTypeStatus>> |
buildProviderStatusList(Map<ProviderType,ProviderTypeStatus> statusMap) |
protected void |
onAddNewProvider(AddNewProviderEvent event) |
protected void |
onAddNewProviderType(AddNewProviderTypeEvent event) |
protected void |
onAddNewRuntime(AddNewRuntimeEvent event) |
public static final String IDENTIFIER
@Inject public ProvisioningManagementPerspective(org.jboss.errai.common.client.api.Caller<ProviderTypeService> providerTypeService, org.jboss.errai.common.client.api.Caller<RuntimeService> runtimeService, EnableProviderTypeWizard enableProviderTypeWizard, NewProviderWizard newProviderWizard, NewDeployWizard newDeployWizard)
public org.uberfire.workbench.model.PerspectiveDefinition buildPerspective()
protected void onAddNewProviderType(@Observes
AddNewProviderTypeEvent event)
protected void onAddNewProvider(@Observes
AddNewProviderEvent event)
protected void onAddNewRuntime(@Observes
AddNewRuntimeEvent event)
protected List<org.uberfire.commons.data.Pair<ProviderType,ProviderTypeStatus>> buildProviderStatusList(Map<ProviderType,ProviderTypeStatus> statusMap)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.