Uses of Class
org.glassfish.admin.rest.utils.xml.RestActionReporter
-
Packages that use RestActionReporter Package Description org.glassfish.admin.rest.resources org.glassfish.admin.rest.results org.glassfish.admin.rest.utils -
-
Uses of RestActionReporter in org.glassfish.admin.rest.resources
Methods in org.glassfish.admin.rest.resources that return RestActionReporter Modifier and Type Method Description protected RestActionReporterTemplateRestResource. doCreateOrUpdate(Map<String,String> data)This method performs the creation or updating of an entity, regardless of the request's mime type. -
Uses of RestActionReporter in org.glassfish.admin.rest.results
Constructors in org.glassfish.admin.rest.results with parameters of type RestActionReporter Constructor Description ActionReportResult(String name, RestActionReporter r)ActionReportResult(String name, RestActionReporter r, OptionsResult metaData)ActionReportResult(String name, RestActionReporter r, OptionsResult metaData, String displayName)ActionReportResult(RestActionReporter r)ActionReportResult(RestActionReporter r, OptionsResult metaData)ActionReportResult(RestActionReporter r, ConfigBean entity, OptionsResult metaData) -
Uses of RestActionReporter in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return RestActionReporter Modifier and Type Method Description static RestActionReporterUtil. applyChanges(Map<String,String> data, jakarta.ws.rs.core.UriInfo uriInfo, Subject subject)Apply changes passed indatausing CLI "set".static RestActionReporterUtil. applyChanges(Map<String,String> data, String basePath, Subject subject)static RestActionReporterResourceUtil. runCommand(String commandName, Map<String,String> parameters, Subject subject)Executes the specified __asadmin command.static RestActionReporterResourceUtil. runCommand(String commandName, ParameterMap parameters, Subject subject)Executes the specified __asadmin command.static RestActionReporterResourceUtil. runCommand(String commandName, ParameterMap parameters, Subject subject, boolean managedJob)Executes the specified __asadmin command.Methods in org.glassfish.admin.rest.utils with parameters of type RestActionReporter Modifier and Type Method Description static voidResourceUtil. addCommandLog(RestActionReporter ar, String commandName, ParameterMap parameters)static ActionReportResultResourceUtil. getActionReportResult(RestActionReporter ar, String message, jakarta.ws.rs.core.HttpHeaders requestHeaders, jakarta.ws.rs.core.UriInfo uriInfo)
-