Class AutomationResource

All Implemented Interfaces:
ModuleResource, Resource, Adaptable

@Path("/automation") public class AutomationResource extends ModuleRoot
Author:
Bogdan Stefanescu
  • Field Details

  • Constructor Details

    • AutomationResource

      public AutomationResource()
  • Method Details

    • getFile

      @GET @Path("/files/{uid}") public jakarta.ws.rs.core.Response getFile(@Context jakarta.servlet.http.HttpServletRequest request, @PathParam("uid") String uid, @QueryParam("path") String path)
      Gets the content of the blob or blobs (multipart/mixed) located by the given doc uid and property path.
    • doGet

      @GET public AutomationInfo doGet() throws OperationException
      Throws:
      OperationException
    • login

      @POST @Path("/login") public jakarta.ws.rs.core.Response login(@Context jakarta.servlet.http.HttpServletRequest request)
    • getExecutable

      @Path("/{oid}") public Object getExecutable(@PathParam("oid") String oid)