@Component @PerRequest @Scope(value="prototype") public class TimelineRestService extends OnmsRestService
OnmsRestService.ComparisonOperation
Modifier and Type | Field and Description |
---|---|
static ArrayList<org.opennms.web.rest.TimelineRestService.TimescaleDescriptor> |
TIMESCALE_DESCRIPTORS
The static list of timescales
|
DEFAULT_LIMIT
Constructor and Description |
---|
TimelineRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
empty(long start,
long end,
int width) |
javax.ws.rs.core.Response |
header(long start,
long end,
int width) |
javax.ws.rs.core.Response |
html(int nodeId,
String ipAddress,
String serviceName,
long start,
long end,
int width) |
javax.ws.rs.core.Response |
image(int nodeId,
String ipAddress,
String serviceName,
long start,
long end,
int width) |
applyQueryFilters, applyQueryFilters, getBeanWrapperForClass, getException, getException, getRedirectUri, readLock, readUnlock, removeParameter, removeParameter, setProperties, writeLock, writeUnlock
public static final ArrayList<org.opennms.web.rest.TimelineRestService.TimescaleDescriptor> TIMESCALE_DESCRIPTORS
@Transactional public javax.ws.rs.core.Response header(long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response html(int nodeId, String ipAddress, String serviceName, long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response image(int nodeId, String ipAddress, String serviceName, long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response empty(long start, long end, int width) throws IOException
IOException
Copyright © 2015. All rights reserved.