Package org.opennms.web.rest.v1
Class ConfigRestService
- java.lang.Object
-
- org.opennms.web.rest.v1.OnmsRestService
-
- org.opennms.web.rest.v1.ConfigRestService
-
@Component("configRestService") public class ConfigRestService extends OnmsRestService
ReST service for (JAXB) ConfigurationResource files.
-
-
Nested Class Summary
-
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 ConfigRestService()
-
Method Summary
-
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
-
getDatacollectionConfigurationResource
public DataCollectionConfigResource getDatacollectionConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getAgentConfigurationResource
public AgentConfigurationResource getAgentConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getSnmpConfigurationResource
public SnmpConfigurationResource getSnmpConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getTrapdConfigurationResource
public TrapdConfigurationResource getTrapdConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getJmxDataCollectionConfigResource
public JmxDataCollectionConfigResource getJmxDataCollectionConfigResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getJavamailConfigurationResource
public JavamailConfigurationResource getJavamailConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getSyslogNorthbounderConfigurationResource
public SyslogNorthbounderConfigurationResource getSyslogNorthbounderConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getSnmpTrapNorthbounderConfigurationResource
public SnmpTrapNorthbounderConfigurationResource getSnmpTrapNorthbounderConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
getEmailNorthbounderConfigurationResource
public EmailNorthbounderConfigurationResource getEmailNorthbounderConfigurationResource(@Context javax.ws.rs.container.ResourceContext context) throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
-