Package | Description |
---|---|
org.opennms.web.rest.api | |
org.opennms.web.rest.api.support | |
org.opennms.web.rest.v2.bsm.model | |
org.opennms.web.rest.v2.bsm.model.edge |
Modifier and Type | Method and Description |
---|---|
static ResourceLocation |
ResourceLocationFactory.createBusinessServiceEdgeLocation(long bsId,
long edgeId) |
static ResourceLocation |
ResourceLocationFactory.createBusinessServiceIpServiceLocation(int ipServiceId) |
static ResourceLocation |
ResourceLocationFactory.createBusinessServiceLocation() |
static ResourceLocation |
ResourceLocationFactory.createBusinessServiceLocation(String id) |
static ResourceLocation |
ResourceLocationFactory.createIpServiceLocation(String id) |
static ResourceLocation |
ResourceLocation.parse(String locationString) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
JsonResourceLocationDeserializationProvider.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
ResourceLocation |
JAXBResourceLocationAdapter.unmarshal(String locationString) |
Modifier and Type | Method and Description |
---|---|
List<ResourceLocation> |
JsonResourceLocationListDeserializationProvider.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
String |
JAXBResourceLocationAdapter.marshal(ResourceLocation location) |
void |
JsonResourceLocationSerializationProvider.serialize(ResourceLocation value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
JsonResourceLocationListSerializationProvider.serialize(List<ResourceLocation> locations,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
BusinessServiceResponseDTO.getLocation() |
Modifier and Type | Method and Description |
---|---|
List<ResourceLocation> |
BusinessServiceListDTO.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceResponseDTO.setLocation(ResourceLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceListDTO.setServices(List<ResourceLocation> services) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
ApplicationResponseDTO.getLocation() |
ResourceLocation |
IpServiceResponseDTO.getLocation() |
ResourceLocation |
AbstractEdgeResponseDTO.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationResponseDTO.setLocation(ResourceLocation location) |
void |
IpServiceResponseDTO.setLocation(ResourceLocation location) |
void |
AbstractEdgeResponseDTO.setLocation(ResourceLocation location) |
Copyright © 2021. All rights reserved.