| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingActionReporter
PlainTextActionReporter is being used as a fake ActionReporter when one is
required.
|
class |
HTMLActionReporter
Class for reporting the result of a command using HTML.
|
class |
JsonActionReporter
Writes command output to a json stream
|
class |
PlainTextActionReporter |
class |
PropsFileActionReporter
Action reporter to a manifest file
|
class |
XMLActionReporter
Represents the action report as XML like this:
|
class |
XMLContentActionReporter
Represents the action report as XML like this:
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionReporter> |
ActionReporter.subActions |
| Modifier and Type | Method and Description |
|---|---|
List<ActionReporter> |
ActionReporter.getSubActionsReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainTextActionReporter.getCombinedMessages(ActionReporter aReport,
StringBuilder out) |
void |
ActionReporter.getCombinedMessages(ActionReporter aReport,
StringBuilder sb)
Returns combined messages.
|
| Modifier and Type | Method and Description |
|---|---|
protected ActionReporter |
CompositeResource.executeCommand(String command,
ParameterMap parameters,
javax.ws.rs.core.Response.Status status,
boolean includeFailureMessage,
boolean throwOnWarning)
Execute an
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeCommand(Subject subject,
String command,
ParameterMap parameters,
javax.ws.rs.core.Response.Status status,
boolean includeFailureMessage,
boolean throwOnWarning,
boolean managed)
Execute an
AdminCommand with the specified parameters. |
protected ActionReporter |
CompositeResource.executeDeleteCommand(String command)
Execute a delete
AdminCommand with no parameters. |
protected ActionReporter |
CompositeResource.executeDeleteCommand(String command,
ParameterMap parameters)
Execute a delete
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeDeleteCommand(Subject subject,
String command)
Execute a delete
AdminCommand with no parameters. |
ActionReporter |
CompositeUtil.executeDeleteCommand(Subject subject,
String command,
ParameterMap parameters)
Execute a delete
AdminCommand with the specified parameters. |
protected ActionReporter |
CompositeResource.executeDeleteCommandManaged(String command,
ParameterMap parameters)
Execute a delete
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeDeleteCommandManaged(Subject subject,
String command,
ParameterMap parameters)
Execute a delete
AdminCommand with the specified parameters. |
protected ActionReporter |
CompositeResource.executeReadCommand(String command)
Execute a read-only
AdminCommand with the specified parameters. |
protected ActionReporter |
CompositeResource.executeReadCommand(String command,
ParameterMap parameters)
Execute a read-only
AdminCommand with no parameters. |
ActionReporter |
CompositeUtil.executeReadCommand(Subject subject,
String command)
Execute a read-only
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeReadCommand(Subject subject,
String command,
ParameterMap parameters)
Execute a read-only
AdminCommand with no parameters. |
protected ActionReporter |
CompositeResource.executeWriteCommand(String command)
Execute a writing
AdminCommand with no parameters. |
protected ActionReporter |
CompositeResource.executeWriteCommand(String command,
ParameterMap parameters)
Execute a writing
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeWriteCommand(Subject subject,
String command)
Execute a writing
AdminCommand with no parameters. |
ActionReporter |
CompositeUtil.executeWriteCommand(Subject subject,
String command,
ParameterMap parameters)
Execute a writing
AdminCommand with the specified parameters. |
protected ActionReporter |
CompositeResource.executeWriteCommandManaged(String command,
ParameterMap parameters)
Execute a writing
AdminCommand with the specified parameters. |
ActionReporter |
CompositeUtil.executeWriteCommandManaged(Subject subject,
String command,
ParameterMap parameters)
Execute a writing
AdminCommand with the specified parameters as managed job. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdminCommandStateCmdResultJsonProvider.addActionReporter(ActionReporter ar,
org.codehaus.jettison.json.JSONObject json) |
protected void |
AdminCommandStateJsonProvider.addActionReporter(ActionReporter ar,
org.codehaus.jettison.json.JSONObject json) |
String |
ActionReportJsonProvider.getContent(ActionReporter ar) |
String |
ActionReportXmlProvider.getContent(ActionReporter ar) |
protected <T> T |
ActionReportJsonProvider.getFieldValue(ActionReporter ar,
String name,
T type) |
protected org.codehaus.jettison.json.JSONObject |
ActionReportJson2Provider.processReport(ActionReporter ar) |
protected String |
ActionReportResultHtmlProvider.processReport(ActionReporter ar) |
protected org.codehaus.jettison.json.JSONObject |
ActionReportJsonProvider.processReport(ActionReporter ar) |
protected XmlObject |
ActionReportXmlProvider.processReport(ActionReporter ar) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ActionReportResultHtmlProvider.processSubReports(List<ActionReporter> subReports) |
protected org.codehaus.jettison.json.JSONArray |
ActionReportJsonProvider.processSubReports(List<ActionReporter> subReports) |
protected XmlArray |
ActionReportXmlProvider.processSubReports(List<ActionReporter> subReports) |
| Modifier and Type | Method and Description |
|---|---|
ActionReporter |
ActionReportResult.getActionReport()
Returns the result string this object represents
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestActionReporter |
Copyright © 2017. All rights reserved.