@Path(value="/deprecated") @Produces(value="application/json") @Consumes(value="application/json") public class RestResourcesData extends RestResources
| Constructor and Description |
|---|
RestResourcesData() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createConfiguration(String environmentId,
String resourcePath,
DataEntity.Blueprint<org.hawkular.inventory.paths.DataRole.Resource> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
createConfigurationF(String feedId,
String resourcePath,
DataEntity.Blueprint<org.hawkular.inventory.paths.DataRole.Resource> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
deleteConfiguration(String environmentId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType) |
javax.ws.rs.core.Response |
deleteConfigurationF(String feedId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType) |
javax.ws.rs.core.Response |
getConfiguration(String environmentId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType) |
javax.ws.rs.core.Response |
getConfigurationF(String feedId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType) |
javax.ws.rs.core.Response |
updateConfiguration(String environmentId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType,
DataEntity.Update configuration) |
javax.ws.rs.core.Response |
updateConfigurationF(String feedId,
String resourcePath,
org.hawkular.inventory.paths.DataRole.Resource dataType,
DataEntity.Update configuration) |
addFeedResource, addFeedResource, addResource, addResource, associateChildren, associateChildrenInFeed, composeCanonicalPath, deleteResource, deleteResourceInFeed, disassociateChild, disassociateChildInFeed, getChildren, getChildrenInFeed, getParent, getParentInFeed, getParents, getParentsInFeed, getRecursiveChildren, getRecursiveChildren, getResource, getResourceInFeed, getResources, getResources, update, updateInFeedcreate, getMapper, getPath, getPath, getTenantId, getTenantPath, getTraverser, pagedResponse, pagedResponse, parsePath, setupMapper@POST
@Path(value="/feeds/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response createConfigurationF(@PathParam(value="feedId")
String feedId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
DataEntity.Blueprint<org.hawkular.inventory.paths.DataRole.Resource> configuration,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@POST
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response createConfiguration(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
DataEntity.Blueprint<org.hawkular.inventory.paths.DataRole.Resource> configuration,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET
@Path(value="/feeds/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response getConfigurationF(@PathParam(value="feedId")
String feedId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType)
@GET
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response getConfiguration(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType)
@PUT
@Path(value="/feeds/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response updateConfigurationF(@PathParam(value="feedId")
String feedId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType,
DataEntity.Update configuration)
@PUT
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response updateConfiguration(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType,
DataEntity.Update configuration)
@DELETE
@Path(value="/feeds/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response deleteConfigurationF(@PathParam(value="feedId")
String feedId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType)
@DELETE
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response deleteConfiguration(@PathParam(value="environmentId")
String environmentId,
@Encoded @PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
org.hawkular.inventory.paths.DataRole.Resource dataType)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.