Package org.opennms.web.rest.api
Class ResourceLocationFactory
- java.lang.Object
-
- org.opennms.web.rest.api.ResourceLocationFactory
-
public class ResourceLocationFactory extends Object
Factory to createResourceLocation
objects for certain REST endpoints.
-
-
Constructor Summary
Constructors Constructor Description ResourceLocationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceLocation
createBusinessServiceEdgeLocation(long bsId, long edgeId)
static ResourceLocation
createBusinessServiceIpServiceLocation(int ipServiceId)
static ResourceLocation
createBusinessServiceLocation()
static ResourceLocation
createBusinessServiceLocation(String id)
static ResourceLocation
createIpServiceLocation(String id)
-
-
-
Method Detail
-
createIpServiceLocation
public static ResourceLocation createIpServiceLocation(String id)
-
createBusinessServiceLocation
public static ResourceLocation createBusinessServiceLocation(String id)
-
createBusinessServiceLocation
public static ResourceLocation createBusinessServiceLocation()
-
createBusinessServiceIpServiceLocation
public static ResourceLocation createBusinessServiceIpServiceLocation(int ipServiceId)
-
createBusinessServiceEdgeLocation
public static ResourceLocation createBusinessServiceEdgeLocation(long bsId, long edgeId)
-
-