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