@Path(value="/") @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<Resources.DataRole> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
createConfiguration(String environmentId,
String feedId,
String resourcePath,
DataEntity.Blueprint<Resources.DataRole> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
deleteConfiguration(String environmentId,
String resourcePath,
Resources.DataRole dataType) |
javax.ws.rs.core.Response |
deleteConfiguration(String environmentId,
String feedId,
String resourcePath,
Resources.DataRole dataType) |
javax.ws.rs.core.Response |
getConfiguration(String environmentId,
String resourcePath,
Resources.DataRole dataType) |
javax.ws.rs.core.Response |
getConfiguration(String environmentId,
String feedId,
String resourcePath,
Resources.DataRole dataType) |
javax.ws.rs.core.Response |
updateConfiguration(String environmentId,
String resourcePath,
Resources.DataRole dataType,
DataEntity.Update configuration) |
javax.ws.rs.core.Response |
updateConfiguration(String environmentId,
String feedId,
String resourcePath,
Resources.DataRole dataType,
DataEntity.Update configuration) |
addFeedResource, addFeedResource, addResource, addResource, associateChildren, associateChildren, composeCanonicalPath, deleteResource, deleteResource, disassociateChild, disassociateChild, getChildren, getChildren, getParent, getParent, getParents, getParents, getRecursiveChildren, getRecursiveChildren, getResource, getResource, getResources, getResources, update, updategetTenantId@POST
@Path(value="/{environmentId}/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response createConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="feedId")
String feedId,
@PathParam(value="resourcePath")
String resourcePath,
DataEntity.Blueprint<Resources.DataRole> 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,
@PathParam(value="resourcePath")
String resourcePath,
DataEntity.Blueprint<Resources.DataRole> configuration,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET
@Path(value="/{environmentId}/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response getConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="feedId")
String feedId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType)
@GET
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response getConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType)
@PUT
@Path(value="/{environmentId}/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response updateConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="feedId")
String feedId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType,
DataEntity.Update configuration)
@PUT
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response updateConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType,
DataEntity.Update configuration)
@DELETE
@Path(value="/{environmentId}/{feedId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response deleteConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="feedId")
String feedId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType)
@DELETE
@Path(value="/{environmentId}/resources/{resourcePath:.+}/data")
public javax.ws.rs.core.Response deleteConfiguration(@PathParam(value="environmentId")
String environmentId,
@PathParam(value="resourcePath")
String resourcePath,
@DefaultValue(value="configuration") @QueryParam(value="dataType")
Resources.DataRole dataType)
Copyright © 2015 Red Hat, Inc.. All rights reserved.