@Path(value="/deprecated") @Produces(value="application/json") @Consumes(value="application/json") public class RestResourceTypesOperationTypes extends RestBase
| Constructor and Description |
|---|
RestResourceTypesOperationTypes() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createConfiguration(String resourceType,
OperationType.Blueprint operationType,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
createConfiguration(String feedId,
String resourceType,
OperationType.Blueprint operationType,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
deleteData(String resourceType,
String operationTypeId) |
javax.ws.rs.core.Response |
deleteData(String feedId,
String resourceType,
String operationTypeId) |
OperationType |
get(String resourceTypeId,
String operationTypeId) |
OperationType |
get(String feedId,
String resourceTypeId,
String operationTypeId) |
javax.ws.rs.core.Response |
getAll(String feedId,
String resourceTypeId,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getAll(String resourceTypeId,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
updateData(String resourceType,
String operationTypeId,
OperationType.Update update) |
javax.ws.rs.core.Response |
updateData(String feedId,
String resourceType,
String operationTypeId,
OperationType.Update update) |
create, getMapper, getPath, getPath, getTenantId, getTenantPath, getTraverser, pagedResponse, pagedResponse, parsePath, setupMapper@POST
@Path(value="/resourceTypes/{resourceTypeId}/operationTypes")
public javax.ws.rs.core.Response createConfiguration(@PathParam(value="resourceTypeId")
String resourceType,
OperationType.Blueprint operationType,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@POST
@Path(value="/feeds/{feedId}/resourceTypes/{resourceTypeId}/operationTypes")
public javax.ws.rs.core.Response createConfiguration(@PathParam(value="feedId")
String feedId,
@PathParam(value="resourceTypeId")
String resourceType,
OperationType.Blueprint operationType,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@PUT
@Path(value="/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public javax.ws.rs.core.Response updateData(@PathParam(value="resourceTypeId")
String resourceType,
@PathParam(value="operationTypeId")
String operationTypeId,
OperationType.Update update)
@PUT
@Path(value="/feeds/{feedId}/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public javax.ws.rs.core.Response updateData(@PathParam(value="feedId")
String feedId,
@PathParam(value="resourceTypeId")
String resourceType,
@PathParam(value="operationTypeId")
String operationTypeId,
OperationType.Update update)
@DELETE
@Path(value="/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public javax.ws.rs.core.Response deleteData(@PathParam(value="resourceTypeId")
String resourceType,
@PathParam(value="operationTypeId")
String operationTypeId)
@DELETE
@Path(value="/feeds/{feedId}/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public javax.ws.rs.core.Response deleteData(@PathParam(value="feedId")
String feedId,
@PathParam(value="resourceTypeId")
String resourceType,
@PathParam(value="operationTypeId")
String operationTypeId)
@GET
@Path(value="resourceTypes/{resourceTypeId}/operationTypes")
public javax.ws.rs.core.Response getAll(@PathParam(value="resourceTypeId")
String resourceTypeId,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET
@Path(value="/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public OperationType get(@PathParam(value="resourceTypeId")
String resourceTypeId,
@PathParam(value="operationTypeId")
String operationTypeId)
@GET
@Path(value="/feeds/{feedId}/resourceTypes/{resourceTypeId}/operationTypes")
public javax.ws.rs.core.Response getAll(@PathParam(value="feedId")
String feedId,
@PathParam(value="resourceTypeId")
String resourceTypeId,
@Context
javax.ws.rs.core.UriInfo uriInfo)
@Path(value="/feeds/{feedId}/resourceTypes/{resourceTypeId}/operationTypes/{operationTypeId}")
public OperationType get(@PathParam(value="feedId")
String feedId,
@PathParam(value="resourceTypeId")
String resourceTypeId,
@PathParam(value="operationTypeId")
String operationTypeId)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.