Package step.plugins.threadmanager
Class ThreadManagerServices
java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
step.plugins.threadmanager.ThreadManagerServices
-
Field Summary
Fields inherited from class step.core.deployment.AbstractStepServices
configuration, SESSION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCurrentOperations
(String executionID) getOperationsByReportNodeId
(String reportNodeId) void
init()
Methods inherited from class step.core.deployment.AbstractStepServices
checkRightsOnBehalfOf, getAuthorizationManager, getContext, getExecutionRunnable, getObjectEnricher, getObjectFilter, getScheduler
Methods inherited from class step.framework.server.AbstractServices
getAbstractContext, getHttpSession, getSession, getSession, invalidateSession, setHttpServletRequest, setSession
-
Constructor Details
-
ThreadManagerServices
public ThreadManagerServices()
-
-
Method Details
-
init
- Overrides:
init
in classAbstractStepServices
- Throws:
Exception
-
getCurrentOperationsList
@GET @Produces("application/json") @Path("/operations/list") public List<OperationDetails> getCurrentOperationsList() -
getCurrentOperations
-
getOperationsByReportNodeId
-