Uses of Class
org.glassfish.admin.rest.results.OptionsResult
-
Packages that use OptionsResult Package Description org.glassfish.admin.rest.provider org.glassfish.admin.rest.results -
-
Uses of OptionsResult in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type OptionsResult Modifier and Type Method Description StringOptionsResultJsonProvider. getContent(OptionsResult proxy)Gets json representation for the given OptionsResult objectStringOptionsResultXmlProvider. getContent(OptionsResult proxy)protected static jakarta.json.JsonArrayProviderUtil. getJsonForMethodMetaData(OptionsResult metaData)protected static StringProviderUtil. getJsonForMethodMetaData(OptionsResult metaData, String indent)jakarta.json.JsonArrayOptionsResultJsonProvider. getRespresenationForMethodMetaData(OptionsResult proxy)protected static StringProviderUtil. getXmlForMethodMetaData(OptionsResult metaData, String indent) -
Uses of OptionsResult in org.glassfish.admin.rest.results
Methods in org.glassfish.admin.rest.results that return OptionsResult Modifier and Type Method Description OptionsResultActionReportResult. getMetaData()Returns OptionsResult - the meta-data of this resource.OptionsResultGetResultList. getMetaData()Returns OptionsResult - the meta-data of this resource.Constructors in org.glassfish.admin.rest.results with parameters of type OptionsResult Constructor Description ActionReportResult(String name, RestActionReporter r, OptionsResult metaData)ActionReportResult(String name, RestActionReporter r, OptionsResult metaData, String displayName)ActionReportResult(RestActionReporter r, OptionsResult metaData)ActionReportResult(RestActionReporter r, ConfigBean entity, OptionsResult metaData)GetResultList(List<Dom> domList, String postCommand, String[][] commandResourcesPaths, OptionsResult metaData)Constructor
-