Uses of Interface
org.jboss.hal.config.Environment
-
-
Uses of Environment in org.jboss.hal.client
Constructors in org.jboss.hal.client with parameters of type Environment Constructor Description RootView(Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.client.accesscontrol
Constructors in org.jboss.hal.client.accesscontrol with parameters of type Environment Constructor Description BrowseByColumn(Finder finder, AccessControl accessControl, Environment environment, ColumnActionFactory columnActionFactory, Resources resources)RoleColumn(Finder finder, ColumnActionFactory columnActionFactory, MetadataRegistry metadataRegistry, StatementContext statementContext, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, AccessControl accessControl, AccessControlTokens tokens, Environment environment, Settings settings, Resources resources) -
Uses of Environment in org.jboss.hal.client.bootstrap.tasks
Constructors in org.jboss.hal.client.bootstrap.tasks with parameters of type Environment Constructor Description CheckForUpdate(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus)CheckTargetVersion(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Resources resources)FindDomainController(Dispatcher dispatcher, Environment environment)FindNonProgressingTask(com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, Environment environment, StatementContext statementContext, javax.inject.Provider<Progress> progress)LoadSettings(Environment environment, Settings settings)PollingTasks(com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, StatementContext statementContext, Settings settings, javax.inject.Provider<Progress> progress, Environment environment)ReadAuthentication(Dispatcher dispatcher, Environment environment, StatementContext statementContext)ReadEnvironment(Dispatcher dispatcher, Environment environment, User user)ReadHostNames(Dispatcher dispatcher, Environment environment)ReadStabilityLevel(Environment environment, StatementContext statementContext, Dispatcher dispatcher)RegisterStaticCapabilities(Environment environment, Capabilities capabilities)SetTitle(Environment environment, Settings settings)StartAnalytics(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus) -
Uses of Environment in org.jboss.hal.client.configuration
Constructors in org.jboss.hal.client.configuration with parameters of type Environment Constructor Description ConfigurationColumn(Finder finder, ItemActionFactory itemActionFactory, Environment environment, Resources resources)ConfigurationPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ConfigurationPresenter.MyView view, ConfigurationPresenter.MyProxy proxy, Finder finder, Resources resources, Environment environment)SocketBindingGroupColumn(Finder finder, Places places, Environment environment, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, CrudOperations crud)SystemPropertiesPresenter(com.google.web.bindery.event.shared.EventBus eventBus, SystemPropertiesPresenter.MyView view, SystemPropertiesPresenter.MyProxy proxy, Finder finder, Environment environment, CrudOperations crud)SystemPropertiesView(Environment environment, MetadataRegistry metadataRegistry, TableButtonFactory tableButtonFactory, Resources resources)UpdatePathAutoComplete(com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, Dispatcher dispatcher, StatementContext statementContext) -
Uses of Environment in org.jboss.hal.client.configuration.subsystem
Constructors in org.jboss.hal.client.configuration.subsystem with parameters of type Environment Constructor Description SubsystemColumn(Finder finder, Dispatcher dispatcher, Environment environment, Places places, MetadataRegistry metadataRegistry, StatementContext statementContext, ItemActionFactory itemActionFactory, Subsystems subsystems, Resources resources) -
Uses of Environment in org.jboss.hal.client.configuration.subsystem.datasource
Methods in org.jboss.hal.client.configuration.subsystem.datasource with parameters of type Environment Modifier and Type Method Description static List<Task<FlowContext>>JdbcDriverTasks. jdbcDriverProperties(Environment environment, Dispatcher dispatcher, StatementContext statementContext, String driverName, Resources resources)Constructors in org.jboss.hal.client.configuration.subsystem.datasource with parameters of type Environment Constructor Description DataSourceColumn(MetadataRegistry metadataRegistry, Dispatcher dispatcher, CrudOperations crud, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Environment environment, javax.inject.Provider<Progress> progress, Resources resources, Places places, DataSourceTemplates templates, Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory)DataSourcePresenter(com.google.web.bindery.event.shared.EventBus eventBus, DataSourcePresenter.MyView view, DataSourcePresenter.MyProxy proxy, Finder finder, Dispatcher dispatcher, CrudOperations crud, Environment environment, OperationFactory operationFactory, FinderPathFactory finderPathFactory, Resources resources, javax.inject.Provider<Progress> progress, MetadataRegistry metadataRegistry, StatementContext statementContext)JdbcDriverColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, CrudOperations crud, StatementContext statementContext, MetadataRegistry metadataRegistry, javax.inject.Provider<Progress> progress, Resources resources) -
Uses of Environment in org.jboss.hal.client.configuration.subsystem.datasource.wizard
Constructors in org.jboss.hal.client.configuration.subsystem.datasource.wizard with parameters of type Environment Constructor Description DataSourceWizard(DataSourceColumn column, MetadataRegistry metadataRegistry, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Environment environment, javax.inject.Provider<Progress> progress, Resources resources, DataSourceTemplates templates, List<DataSource> dataSources, List<JdbcDriver> drivers, boolean xa) -
Uses of Environment in org.jboss.hal.client.configuration.subsystem.ejb
Methods in org.jboss.hal.client.configuration.subsystem.ejb with parameters of type Environment Modifier and Type Method Description static EjbViewEjbView. create(MbuiContext mbuiContext, Environment environment)Constructors in org.jboss.hal.client.configuration.subsystem.ejb with parameters of type Environment Constructor Description Mbui_EjbView(MbuiContext mbuiContext, Environment environment) -
Uses of Environment in org.jboss.hal.client.configuration.subsystem.undertow
Constructors in org.jboss.hal.client.configuration.subsystem.undertow with parameters of type Environment Constructor Description HostPresenter(com.google.web.bindery.event.shared.EventBus eventBus, HostPresenter.MyView view, HostPresenter.MyProxy myProxy, Finder finder, Dispatcher dispatcher, CrudOperations crud, MetadataRegistry metadataRegistry, FinderPathFactory finderPathFactory, StatementContext statementContext, javax.inject.Provider<Progress> progress, Environment environment, Resources resources)ServerPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ServerPresenter.MyView view, ServerPresenter.MyProxy myProxy, Finder finder, Dispatcher dispatcher, CrudOperations crud, MetadataRegistry metadataRegistry, FinderPathFactory finderPathFactory, StatementContext statementContext, javax.inject.Provider<Progress> progress, Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.client.deployment
Constructors in org.jboss.hal.client.deployment with parameters of type Environment Constructor Description AbstractDeploymentColumn(FinderColumn.Builder<T> builder, ColumnActionFactory columnActionFactory, CrudOperations crud, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext)BrowseContentPresenter(com.google.web.bindery.event.shared.EventBus eventBus, BrowseContentPresenter.MyView view, BrowseContentPresenter.MyProxy proxy, Finder finder, FinderPathFactory finderPathFactory, Dispatcher dispatcher, Environment environment)BrowseContentView(Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, MetadataRegistry metadataRegistry, Resources resources)ContentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, Dispatcher dispatcher, CrudOperations crud, com.google.web.bindery.event.shared.EventBus eventBus, Places places, javax.inject.Provider<Progress> progress, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, Resources resources)DeploymentPresenter(com.google.web.bindery.event.shared.EventBus eventBus, DeploymentPresenter.MyView view, DeploymentPresenter.MyProxy proxy, Finder finder, Environment environment, Resources resources)ServerGroupDeploymentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, Places places, CrudOperations crud, ServerActions serverActions, StatementContext statementContext, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources)ServerGroupDeploymentPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ServerGroupDeploymentPresenter.MyView view, ServerGroupDeploymentPresenter.MyProxy proxy, Environment environment, Finder finder, FinderPathFactory finderPathFactory, Dispatcher dispatcher, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, javax.inject.Provider<Progress> progress, Resources resources)StandaloneDeploymentColumn(Finder finder, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Environment environment, ServerActions serverActions, Dispatcher dispatcher, CrudOperations crud, StatementContext statementContext, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, Resources resources)StandaloneDeploymentView(Dispatcher dispatcher, ModelBrowser modelBrowser, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, Resources resources) -
Uses of Environment in org.jboss.hal.client.deployment.wizard
Constructors in org.jboss.hal.client.deployment.wizard with parameters of type Environment Constructor Description NamesStep(Environment environment, Metadata metadata, Resources resources) -
Uses of Environment in org.jboss.hal.client.homepage
Constructors in org.jboss.hal.client.homepage with parameters of type Environment Constructor Description HomepagePresenter(com.google.web.bindery.event.shared.EventBus eventBus, HomepagePresenter.MyView view, HomepagePresenter.MyProxy proxy, AccessControl accessControl, Dispatcher dispatcher, Environment environment, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, Resources resources)HomepageView(Environment environment, AccessControl ac, Resources resources, Places places) -
Uses of Environment in org.jboss.hal.client.installer
Constructors in org.jboss.hal.client.installer with parameters of type Environment Constructor Description UpdateManagerFinderPresenter(com.google.web.bindery.event.shared.EventBus eventBus, UpdateManagerFinderPresenter.MyView view, UpdateManagerFinderPresenter.MyProxy proxy, Finder finder, Environment environment, Resources resources)UpdateManagerHostColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, HostActions hostActions, Resources resources) -
Uses of Environment in org.jboss.hal.client.patching
Constructors in org.jboss.hal.client.patching with parameters of type Environment Constructor Description HostPatchesColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, HostActions hostActions, Resources resources)PatchesColumn(Finder finder, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, StatementContext statementContext, Environment environment, HostActions hostActions, MetadataProcessor metadataProcessor, ServerActions serverActions, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, Resources resources) -
Uses of Environment in org.jboss.hal.client.patching.wizard
Constructors in org.jboss.hal.client.patching.wizard with parameters of type Environment Constructor Description ApplyPatchWizard(Resources resources, Environment environment, Metadata metadata, StatementContext statementContext, Dispatcher dispatcher, javax.inject.Provider<Progress> progress, ServerActions serverActions, Callback callback)RollbackWizard(String patchId, Resources resources, Environment environment, Metadata metadata, StatementContext statementContext, Dispatcher dispatcher, javax.inject.Provider<Progress> progress, ServerActions serverActions, Callback callback) -
Uses of Environment in org.jboss.hal.client.rhcp
Constructors in org.jboss.hal.client.rhcp with parameters of type Environment Constructor Description UnderTheBridgeView(Dispatcher dispatcher, StatementContext statementContext, Environment environment) -
Uses of Environment in org.jboss.hal.client.runtime
Constructors in org.jboss.hal.client.runtime with parameters of type Environment Constructor Description BrowseByColumn(Finder finder, Environment environment, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress, com.google.web.bindery.event.shared.EventBus eventBus, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, FinderPathFactory finderPathFactory, HostActions hostActions, ServerGroupActions serverGroupActions, ServerActions serverActions, Resources resources)ProcessStateHandler(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, Finder finder, ServerActions serverActions, javax.inject.Provider<Progress> progress, Resources resources)RuntimePresenter(com.google.web.bindery.event.shared.EventBus eventBus, RuntimePresenter.MyView view, RuntimePresenter.MyProxy proxy, Finder finder, Resources resources, Environment environment) -
Uses of Environment in org.jboss.hal.client.runtime.configurationchanges
Constructors in org.jboss.hal.client.runtime.configurationchanges with parameters of type Environment Constructor Description ConfigurationChangesPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ConfigurationChangesPresenter.MyView view, ConfigurationChangesPresenter.MyProxy myProxy, Finder finder, Environment environment, FinderPathFactory finderPathFactory, Dispatcher dispatcher, javax.inject.Provider<Progress> progress, MetadataProcessor metadataProcessor, StatementContext statementContext, CrudOperations crud, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.group
Constructors in org.jboss.hal.client.runtime.group with parameters of type Environment Constructor Description ServerGroupColumn(Finder finder, Environment environment, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerGroupActions serverGroupActions, Places places, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.host
Constructors in org.jboss.hal.client.runtime.host with parameters of type Environment Constructor Description HostColumn(Finder finder, Environment environment, Dispatcher dispatcher, CrudOperations crud, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, javax.inject.Provider<Progress> progress, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, HostActions hostActions, Resources resources, MetadataRegistry metadataRegistry)HostPresenter(com.google.web.bindery.event.shared.EventBus eventBus, HostPresenter.MyView view, HostPresenter.MyProxy proxy, Finder finder, FinderPathFactory finderPathFactory, StatementContext statementContext, Dispatcher dispatcher, CrudOperations crud, javax.inject.Provider<Progress> progress, Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.managementoperations
Constructors in org.jboss.hal.client.runtime.managementoperations with parameters of type Environment Constructor Description ManagementOperationsPresenter(com.google.web.bindery.event.shared.EventBus eventBus, ManagementOperationsPresenter.MyView view, ManagementOperationsPresenter.MyProxy myProxy, Finder finder, Environment environment, FinderPathFactory finderPathFactory, Dispatcher dispatcher, StatementContext statementContext, javax.inject.Provider<Progress> progress, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.server
Constructors in org.jboss.hal.client.runtime.server with parameters of type Environment Constructor Description ServerColumn(Finder finder, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, javax.inject.Provider<Progress> progress, SecurityContextRegistry securityContextRegistry, StatementContext statementContext, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, MetadataProcessor metadataProcessor, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, ServerActions serverActions, CrudOperations crud, Resources resources, MetadataRegistry metadataRegistry)StandaloneServerPresenter(com.google.web.bindery.event.shared.EventBus eventBus, StandaloneServerPresenter.MyView view, StandaloneServerPresenter.MyProxy proxy, Finder finder, FinderPathFactory finderPathFactory, StatementContext statementContext, Dispatcher dispatcher, CrudOperations crud, javax.inject.Provider<Progress> progress, Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem
Constructors in org.jboss.hal.client.runtime.subsystem with parameters of type Environment Constructor Description SubsystemColumn(Finder finder, Dispatcher dispatcher, Places places, StatementContext statementContext, ItemActionFactory itemActionFactory, Subsystems subsystems, Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.datasource
Constructors in org.jboss.hal.client.runtime.subsystem.datasource with parameters of type Environment Constructor Description DataSourceColumn(ServerActions serverActions, Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Environment environment, Resources resources, Finder finder, FinderPathFactory finderPathFactory, ItemActionFactory itemActionFactory, Places places) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.elytron
Constructors in org.jboss.hal.client.runtime.subsystem.elytron with parameters of type Environment Constructor Description StoresPresenter(com.google.web.bindery.event.shared.EventBus eventBus, StoresPresenter.MyView view, StoresPresenter.MyProxy proxy, Resources resources, Finder finder, javax.inject.Provider<Progress> progress, Dispatcher dispatcher, Environment environment, FinderPathFactory finderPathFactory, StatementContext statementContext) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.jaxrs
Constructors in org.jboss.hal.client.runtime.subsystem.jaxrs with parameters of type Environment Constructor Description RestResourceColumn(Finder finder, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, Environment environment, ServerActions serverActions, DeploymentResources deploymentResources, Places places, StatementContext statementContext, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.jpa
Constructors in org.jboss.hal.client.runtime.subsystem.jpa with parameters of type Environment Constructor Description JpaColumn(Finder finder, ItemActionFactory itemActionFactory, Environment environment, Dispatcher dispatcher, DeploymentResources deploymentResources, FinderPathFactory finderPathFactory, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.logging
Constructors in org.jboss.hal.client.runtime.subsystem.logging with parameters of type Environment Constructor Description LogFiles(Dispatcher dispatcher, Environment environment, StatementContext statementContext, Places places)LogFileView(Environment environment, StatementContext statementContext, LogFiles logFiles, Resources resources) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.resourceadapter
Constructors in org.jboss.hal.client.runtime.subsystem.resourceadapter with parameters of type Environment Constructor Description ChildResourceColumn(ServerActions serverActions, Dispatcher dispatcher, StatementContext statementContext, Environment environment, Resources resources, Finder finder, ItemActionFactory itemActionFactory, Places places)ResourceAdapterColumn(Dispatcher dispatcher, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Environment environment, Resources resources, Finder finder, ItemActionFactory itemActionFactory, Places places) -
Uses of Environment in org.jboss.hal.client.runtime.subsystem.undertow
Constructors in org.jboss.hal.client.runtime.subsystem.undertow with parameters of type Environment Constructor Description DeploymentColumn(Finder finder, FinderPathFactory finderPathFactory, ColumnActionFactory columnActionFactory, ItemActionFactory itemActionFactory, Dispatcher dispatcher, Places places, StatementContext statementContext, Environment environment, ServerActions serverActions, Resources resources) -
Uses of Environment in org.jboss.hal.client.shared.sslwizard
Methods in org.jboss.hal.client.shared.sslwizard with parameters of type Environment Modifier and Type Method Description EnableSSLWizard.BuilderEnableSSLWizard.Builder. environment(Environment environment)Constructors in org.jboss.hal.client.shared.sslwizard with parameters of type Environment Constructor Description Builder(Map<String,List<String>> existingResources, Resources resources, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, Dispatcher dispatcher, javax.inject.Provider<Progress> progress, EnableSSLPresenter presenter, Environment environment) -
Uses of Environment in org.jboss.hal.client.skeleton
Methods in org.jboss.hal.client.skeleton with parameters of type Environment Modifier and Type Method Description voidHeaderPresenter.MyView. init(Environment environment, Endpoints endpoints, Settings settings, User user)voidHeaderView. init(Environment environment, Endpoints endpoints, Settings settings, User user)voidFooterPresenter.MyView. updateEnvironment(Environment environment)voidFooterView. updateEnvironment(Environment environment)voidHeaderPresenter.MyView. updateRoles(Environment environment, Settings settings, User user)voidHeaderView. updateRoles(Environment environment, Settings settings, User user)Constructors in org.jboss.hal.client.skeleton with parameters of type Environment Constructor Description FooterPresenter(com.google.web.bindery.event.shared.EventBus eventBus, FooterPresenter.MyView view, Environment environment, Endpoints endpoints, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Settings settings, Macros macros, ExpressionResolver expressionResolver, Resources resources)HeaderPresenter(com.google.web.bindery.event.shared.EventBus eventBus, HeaderPresenter.MyView view, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, Places places, Environment environment, Endpoints endpoints, Settings settings, User user, ServerActions serverActions, Resources resources)HeaderView(Environment environment, Places places, AccessControl ac, Resources resources)StabilityBanner(Environment environment, Resources resources) -
Uses of Environment in org.jboss.hal.config
Classes in org.jboss.hal.config that implement Environment Modifier and Type Class Description classAbstractEnvironmentA base implementation for the environment. -
Uses of Environment in org.jboss.hal.core
Methods in org.jboss.hal.core that return Environment Modifier and Type Method Description EnvironmentCore. environment()Constructors in org.jboss.hal.core with parameters of type Environment Constructor Description Core(Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, StatementContext statementContext, AccessControl accessControl, TableButtonFactory tableButtonFactory)CoreStatementContext(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus) -
Uses of Environment in org.jboss.hal.core.accesscontrol
Constructors in org.jboss.hal.core.accesscontrol with parameters of type Environment Constructor Description AccessControl(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Dispatcher dispatcher, User currentUser, Settings settings, Resources resources) -
Uses of Environment in org.jboss.hal.core.configuration
Methods in org.jboss.hal.core.configuration with parameters of type Environment Modifier and Type Method Description static voidPathsAutoComplete. updateOperation(Environment environment, Dispatcher dispatcher, StatementContext statementContext)Updates the static operation which is used by this typeahead. -
Uses of Environment in org.jboss.hal.core.expression
Constructors in org.jboss.hal.core.expression with parameters of type Environment Constructor Description ExpressionDialog(ExpressionResolver expressionResolver, Environment environment, Resources resources)ExpressionEncryptor(com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, Dispatcher dispatcher, Resources resources)ExpressionResolver(com.google.web.bindery.event.shared.EventBus eventBus, Environment environment, Dispatcher dispatcher, Resources resources) -
Uses of Environment in org.jboss.hal.core.finder
Constructors in org.jboss.hal.core.finder with parameters of type Environment Constructor Description Finder(Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, ColumnRegistry columnRegistry, SecurityContextRegistry securityContextRegistry, javax.inject.Provider<Progress> progress)FinderPathFactory(Environment environment, StatementContext statementContext, Finder finder, Subsystems subsystems, Resources resources) -
Uses of Environment in org.jboss.hal.core.mbui
Methods in org.jboss.hal.core.mbui that return Environment Modifier and Type Method Description EnvironmentMbuiContext. environment()Constructors in org.jboss.hal.core.mbui with parameters of type Environment Constructor Description MbuiContext(CrudOperations crud, PropertiesOperations po, Dispatcher dispatcher, ComplexAttributeOperations ca, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, MetadataRegistry metadataRegistry, OperationFactory operationFactory, javax.inject.Provider<Progress> progress, Resources resources, StatementContext statementContext, TableButtonFactory tableButtonFactory) -
Uses of Environment in org.jboss.hal.core.modelbrowser
Constructors in org.jboss.hal.core.modelbrowser with parameters of type Environment Constructor Description ModelBrowser(CrudOperations crud, MetadataProcessor metadataProcessor, javax.inject.Provider<Progress> progress, Dispatcher dispatcher, Environment environment, com.google.web.bindery.event.shared.EventBus eventBus, Resources resources) -
Uses of Environment in org.jboss.hal.core.mvp
Constructors in org.jboss.hal.core.mvp with parameters of type Environment Constructor Description Places(Environment environment, StatementContext statementContext, Finder finder, com.gwtplatform.mvp.shared.proxy.TokenFormatter tokenFormatter) -
Uses of Environment in org.jboss.hal.core.runtime
Methods in org.jboss.hal.core.runtime with parameters of type Environment Modifier and Type Method Description static List<Task<FlowContext>>TopologyTasks. hosts(Environment environment, Dispatcher dispatcher)Returns a list of tasks to read all hosts (connected and disconnected) and its servers.static List<Task<FlowContext>>TopologyTasks. runningServers(Environment environment, Dispatcher dispatcher, ModelNode query)Returns a list of tasks to read all running servers in the domain, which satisfy the specified query.static List<Task<FlowContext>>TopologyTasks. serverConfigsOfHost(Environment environment, Dispatcher dispatcher, String host)Returns a list of tasks to read the server configs of one host.static List<Task<FlowContext>>TopologyTasks. serverGroups(Environment environment, Dispatcher dispatcher)Returns a list of tasks to read all server groups and its servers.static List<Task<FlowContext>>TopologyTasks. serversOfHost(Environment environment, Dispatcher dispatcher, String host)Returns a list of tasks to read the servers of one host.static List<Task<FlowContext>>TopologyTasks. serversOfServerGroup(Environment environment, Dispatcher dispatcher, String serverGroup)Returns a list of tasks to read the servers of one server group.static List<Task<FlowContext>>TopologyTasks. topology(Environment environment, Dispatcher dispatcher)Returns a list of tasks to read the basic topology. -
Uses of Environment in org.jboss.hal.dmr.dispatch
Constructors in org.jboss.hal.dmr.dispatch with parameters of type Environment Constructor Description Dispatcher(Environment environment, Endpoints endpoints, Settings settings, com.google.web.bindery.event.shared.EventBus eventBus, ResponseHeadersProcessors responseHeadersProcessors, Macros macros, Resources resources) -
Uses of Environment in org.jboss.hal.meta
Methods in org.jboss.hal.meta with parameters of type Environment Modifier and Type Method Description static MetadataMetadata. staticDescription(ResourceDescription description, Environment environment)Constructs a Metadata with read-write-execution permissions and a working Capabilities object based on the environment object. -
Uses of Environment in org.jboss.hal.meta.capabilitiy
Constructors in org.jboss.hal.meta.capabilitiy with parameters of type Environment Constructor Description Capabilities(Environment environment) -
Uses of Environment in org.jboss.hal.meta.description
Constructors in org.jboss.hal.meta.description with parameters of type Environment Constructor Description ResourceDescriptionDatabase(StatementContext statementContext, Environment environment, Settings settings)ResourceDescriptionRegistry(StatementContext statementContext, Environment environment)ResourceDescriptionStatementContext(StatementContext delegate, Environment environment) -
Uses of Environment in org.jboss.hal.meta.processing
Constructors in org.jboss.hal.meta.processing with parameters of type Environment Constructor Description MetadataProcessor(Environment environment, Dispatcher dispatcher, StatementContext statementContext, RequiredResources requiredResources, MetadataRegistry metadataRegistry, SecurityContextDatabase securityContextDatabase, SecurityContextRegistry securityContextRegistry, ResourceDescriptionDatabase resourceDescriptionDatabase, ResourceDescriptionRegistry resourceDescriptionRegistry, Settings settings, WorkerChannel workerChannel) -
Uses of Environment in org.jboss.hal.meta.security
Methods in org.jboss.hal.meta.security with parameters of type Environment Modifier and Type Method Description static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContext securityContext)static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContextRegistry securityContextRegistry)static AuthorisationDecisionAuthorisationDecision. from(Environment environment, SecurityContextResolver resolver)Constructors in org.jboss.hal.meta.security with parameters of type Environment Constructor Description SecurityContextDatabase(StatementContext statementContext, Environment environment, Settings settings)SecurityContextRegistry(StatementContext statementContext, Environment environment)SecurityContextStatementContext(StatementContext delegate, Environment environment)
-