Package org.opennms.web.rest.v1
Class RequisitionNamesRestService
- java.lang.Object
-
- org.opennms.web.rest.v1.OnmsRestService
-
- org.opennms.web.rest.v1.RequisitionNamesRestService
-
@Component("requisitionNamesRestService") public class RequisitionNamesRestService extends OnmsRestService
The Class RequisitionNamesRestService.- Author:
- Alejandro Galue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequisitionNamesRestService.RequisitionCollection
The Class RequisitionCollection.-
Nested classes/interfaces inherited from class org.opennms.web.rest.v1.OnmsRestService
OnmsRestService.ComparisonOperation
-
-
Field Summary
-
Fields inherited from class org.opennms.web.rest.v1.OnmsRestService
DEFAULT_LIMIT
-
-
Constructor Summary
Constructors Constructor Description RequisitionNamesRestService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequisitionNamesRestService.RequisitionCollection
getRequisitionNames()
Gets the requisition names.protected void
tearDown()
Tear down.-
Methods inherited from class org.opennms.web.rest.v1.OnmsRestService
applyQueryFilters, applyQueryFilters, getBadRequestResponse, getBeanWrapperForClass, getException, getException, getNumericValue, getRedirectUri, readLock, readUnlock, removeParameter, removeParameter, setProperties, writeLock, writeUnlock
-
-
-
-
Method Detail
-
tearDown
@PreDestroy protected void tearDown()
Tear down.
-
getRequisitionNames
public RequisitionNamesRestService.RequisitionCollection getRequisitionNames() throws java.text.ParseException
Gets the requisition names.- Returns:
- the requisition names
- Throws:
java.text.ParseException
- the parse exception
-
-