Uses of Class
org.glassfish.admin.rest.results.ActionReportResult
-
-
Uses of ActionReportResult in fish.payara.admin.rest.resources
Methods in fish.payara.admin.rest.resources that return ActionReportResult Modifier and Type Method Description ActionReportResultAbstractAttributeBagResource. delete()Deletes all attributes.ActionReportResultAbstractAttributeBagResource. get()Gets the attributes.ActionReportResultAbstractAttributeBagResource. post(List<Map<String,String>> attributes)Creates new attributes.ActionReportResultAbstractAttributeBagResource. put(List<Map<String,String>> attributes)Creates new attributes. -
Uses of ActionReportResult in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type ActionReportResult Modifier and Type Method Description StringActionReportResultHtmlProvider. getContent(ActionReportResult proxy)StringActionReportResultJsonProvider. getContent(ActionReportResult proxy)StringActionReportResultXmlProvider. getContent(ActionReportResult proxy) -
Uses of ActionReportResult in org.glassfish.admin.rest.resources
-
Uses of ActionReportResult in org.glassfish.admin.rest.resources.custom
Methods in org.glassfish.admin.rest.resources.custom that return ActionReportResult Modifier and Type Method Description ActionReportResultFindHttpProtocolResource. get()ActionReportResultSystemPropertiesCliResource. get()ActionReportResultJmxServiceUrlsResource. getJmxServiceUrl()ActionReportResultManagementProxyResource. proxyRequest() -
Uses of ActionReportResult in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return ActionReportResult Modifier and Type Method Description static ActionReportResultResourceUtil. getActionReportResult(RestActionReporter ar, String message, jakarta.ws.rs.core.HttpHeaders requestHeaders, jakarta.ws.rs.core.UriInfo uriInfo)static ActionReportResultResourceUtil. getActionReportResult(ActionReport.ExitCode status, String message, jakarta.ws.rs.core.HttpHeaders requestHeaders, jakarta.ws.rs.core.UriInfo uriInfo)
-