Package org.opennms.web.rest.v2
Class ProvisiondStatusRestService
- java.lang.Object
-
- org.opennms.web.rest.v2.ProvisiondStatusRestService
-
@Component @Transactional public class ProvisiondStatusRestService extends Object
-
-
Constructor Summary
Constructors Constructor Description ProvisiondStatusRestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getAllJobStatus()
javax.ws.rs.core.Response
getJobStatus(String jobId)
-
-
-
Method Detail
-
getAllJobStatus
public javax.ws.rs.core.Response getAllJobStatus()
-
getJobStatus
public javax.ws.rs.core.Response getJobStatus(String jobId)
-
-