@JsType
public interface StatementContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
StatementContext.Tuple |
| Modifier and Type | Field and Description |
|---|---|
static StatementContext |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
String |
domainController() |
String |
resolve(String placeholder)
Resolves a single value.
|
String[] |
resolveTuple(String placeholder)
Resolves a tuple.
|
String |
selectedHost() |
String |
selectedProfile() |
String |
selectedServer() |
String |
selectedServerConfig() |
String |
selectedServerGroup() |
@JsIgnore static final StatementContext NOOP
@JsProperty(name="domainController") String domainController()
@JsProperty(name="selectedProfile") String selectedProfile()
@JsProperty(name="selectedServerGroup") String selectedServerGroup()
@JsProperty(name="selectedHost") String selectedHost()
@JsProperty(name="selectedServerConfig") String selectedServerConfig()
@JsProperty(name="selectedServer") String selectedServer()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.