Class ThreadManagerServices

java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
step.plugins.threadmanager.ThreadManagerServices

@Path("/threadmanager") public class ThreadManagerServices extends AbstractStepServices
  • Constructor Details

    • ThreadManagerServices

      public ThreadManagerServices()
  • Method Details

    • init

      @PostConstruct public void init() throws Exception
      Overrides:
      init in class AbstractStepServices
      Throws:
      Exception
    • 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)