Class ContentEximProcessStatusService

    • Constructor Detail

      • ContentEximProcessStatusService

        public ContentEximProcessStatusService()
    • Method Detail

      • getAllProcessInfos

        @Path("/")
        @Produces("text/plain")
        @GET
        public String getAllProcessInfos()
      • getProcessInfo

        @Path("/{id}")
        @Produces("multipart/mixed")
        @GET
        public List<org.apache.cxf.jaxrs.ext.multipart.Attachment> getProcessInfo​(@PathParam("id")
                                                                                  long processId)
      • getLogsOfProcess

        @Path("/{id}/logs")
        @Produces("text/plain")
        @GET
        public String getLogsOfProcess​(@PathParam("id")
                                       long processId)