Class ContentEximProcessStatusService

java.lang.Object
org.onehippo.forge.content.exim.repository.jaxrs.AbstractContentEximService
org.onehippo.forge.content.exim.repository.jaxrs.ContentEximProcessStatusService

@Path("/ps") public class ContentEximProcessStatusService extends AbstractContentEximService
Content-EXIM PS JAX-RS Service.
  • Constructor Details

    • ContentEximProcessStatusService

      public ContentEximProcessStatusService()
  • Method Details

    • 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)