Class ThreadManagerServices


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

      • ThreadManagerServices

        public ThreadManagerServices()
    • Method Detail

      • getCurrentOperationsList

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

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

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