| Package | Description |
|---|---|
| org.glassfish.admin.rest.resources | |
| org.glassfish.admin.rest.results | |
| org.glassfish.admin.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
protected RestActionReporter |
TemplateRestResource.doCreateOrUpdate(HashMap<String,String> data)
This method performs the creation or updating of an entity, regardless of the
request's mime type.
|
| Constructor and Description |
|---|
ActionReportResult(RestActionReporter r)
Constructor
|
ActionReportResult(RestActionReporter r,
org.jvnet.hk2.config.ConfigBean entity,
OptionsResult metaData) |
ActionReportResult(RestActionReporter r,
OptionsResult metaData) |
ActionReportResult(String name,
RestActionReporter r) |
ActionReportResult(String name,
RestActionReporter r,
OptionsResult metaData) |
ActionReportResult(String name,
RestActionReporter r,
OptionsResult metaData,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
static RestActionReporter |
Util.applyChanges(Map<String,String> data,
String basePath,
Subject subject) |
static RestActionReporter |
Util.applyChanges(Map<String,String> data,
javax.ws.rs.core.UriInfo uriInfo,
Subject subject)
Apply changes passed in
data using CLI "set". |
static RestActionReporter |
ResourceUtil.runCommand(String commandName,
Map<String,String> parameters,
Subject subject)
Executes the specified __asadmin command.
|
static RestActionReporter |
ResourceUtil.runCommand(String commandName,
ParameterMap parameters,
Subject subject)
Executes the specified __asadmin command.
|
static RestActionReporter |
ResourceUtil.runCommand(String commandName,
ParameterMap parameters,
Subject subject,
boolean managedJob)
Executes the specified __asadmin command.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceUtil.addCommandLog(RestActionReporter ar,
String commandName,
ParameterMap parameters) |
static ActionReportResult |
ResourceUtil.getActionReportResult(RestActionReporter ar,
String message,
javax.ws.rs.core.HttpHeaders requestHeaders,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2017. All rights reserved.