Uses of Class
com.composum.sling.core.servlet.JobControlServlet.Operation
-
Packages that use JobControlServlet.Operation Package Description com.composum.sling.core.servlet -
-
Uses of JobControlServlet.Operation in com.composum.sling.core.servlet
Fields in com.composum.sling.core.servlet with type parameters of type JobControlServlet.Operation Modifier and Type Field Description protected ServletOperationSet<JobControlServlet.Extension,JobControlServlet.Operation>
JobControlServlet. operations
Methods in com.composum.sling.core.servlet that return JobControlServlet.Operation Modifier and Type Method Description static JobControlServlet.Operation
JobControlServlet.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobControlServlet.Operation[]
JobControlServlet.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.core.servlet that return types with arguments of type JobControlServlet.Operation Modifier and Type Method Description protected @NotNull ServletOperationSet<JobControlServlet.Extension,JobControlServlet.Operation>
JobControlServlet. getOperations()
-