| Modifier and Type | Method and Description |
|---|---|
StatementContext |
BatchStore.getStatementContext() |
| Modifier and Type | Method and Description |
|---|---|
StatementContext |
BufferPoolStore.getStatementContext() |
| Modifier and Type | Method and Description |
|---|---|
StatementContext |
WorkerStore.getStatementContext() |
| Constructor and Description |
|---|
Kernel(DialogRepository repository,
Framework framework,
StatementContext globalContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreGUIContext
A default context for statements that reside with the core framework.
Historically this have been GIN singleton classes that carry state like the selected profile, host and server, but also the current user and other "global" statements. |
| Modifier and Type | Method and Description |
|---|---|
StatementContext |
OperationContext.getStatementContext() |
StatementContext |
DMROperationProcedure.getStatementContext() |
| Constructor and Description |
|---|
CrudOperationDelegate(StatementContext statementContext,
DispatchAsync dispatcher) |
| Constructor and Description |
|---|
ResourceAddress(String addressTemplate,
StatementContext context) |
| Modifier and Type | Method and Description |
|---|---|
ModelNode |
AddressMapping.asResource(ModelNode baseAddress,
StatementContext context,
String... wildcards) |
ModelNode |
AddressMapping.asResource(StatementContext context,
String... wildcards) |
| Constructor and Description |
|---|
AddResourceDialog(String address,
StatementContext statementContext,
org.jboss.ballroom.client.rbac.SecurityContext securityContext,
AddResourceDialog.Callback callback) |
ModelDrivenWidget(String address,
StatementContext statementContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringStatementContext
Intercepts the resolution and allows to filter/replace certain statement values.
|
| Modifier and Type | Method and Description |
|---|---|
StatementContext |
DialogState.getContext(QName unitId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Precondition.isMet(StatementContext statementContext) |
| Constructor and Description |
|---|
DialogState(Dialog dialog,
StatementContext parentContext,
StateCoordination coordination) |
FilteringStatementContext(StatementContext delegate,
FilteringStatementContext.Filter filter) |
InteractionCoordinator(Dialog dialog,
StatementContext parentContext,
NavigationDelegate navigationDelegate) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.