Class ThreadManagerServices


  • @Path("/threadmanager")
    public class ThreadManagerServices
    extends AbstractServices
    • Constructor Detail

      • ThreadManagerServices

        public ThreadManagerServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
                  throws java.lang.Exception
        Overrides:
        init in class AbstractServices
        Throws:
        java.lang.Exception
      • getCurrentOperationsList

        @GET
        @Produces("application/json")
        @Path("/operations/list")
        public java.util.List<OperationDetails> getCurrentOperationsList()
      • getCurrentOperations

        @GET
        @Produces("application/json")
        @Path("/operations")
        public java.util.List<Operation> getCurrentOperations​(@QueryParam("eid")
                                                              java.lang.String executionID)
      • getOperationsByReportNodeId

        @GET
        @Produces("application/json")
        @Path("/operations/{reportnodeid}")
        public java.util.List<Operation> getOperationsByReportNodeId​(@PathParam("reportnodeid")
                                                                     java.lang.String reportNodeId)