Uses of Class
org.glassfish.api.admin.RestRedirect.OpType
-
Packages that use RestRedirect.OpType Package Description org.glassfish.admin.rest.utils org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of RestRedirect.OpType in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type RestRedirect.OpType Modifier and Type Method Description static StringResourceUtil. getCommand(RestRedirect.OpType type, ConfigModel model)Returns the name of the command associated with this resource,if any, for the given operation. -
Uses of RestRedirect.OpType in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return RestRedirect.OpType Modifier and Type Method Description RestRedirect.OpTypeopType()Rest operation type that should trigger a redirect to an actual asadmin command invocationstatic RestRedirect.OpTypeRestRedirect.OpType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestRedirect.OpType[]RestRedirect.OpType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-