@Path(value="/") @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<OperationTypes.DataRole> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
createConfiguration(String feedId,
String resourceType,
String operationTypeId,
DataEntity.Blueprint<OperationTypes.DataRole> configuration,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
deleteData(String resourceType,
String operationTypeId,
OperationTypes.DataRole dataType) |
javax.ws.rs.core.Response |
deleteData(String feedId,
String resourceType,
String operationTypeId,
OperationTypes.DataRole dataType) |
DataEntity |
get(String resourceTypeId,
String operationTypeId,
OperationTypes.DataRole dataType) |
DataEntity |
get(String feedId,
String resourceTypeId,
String operationTypeId,
OperationTypes.DataRole dataType) |
javax.ws.rs.core.Response |
updateData(String resourceType,
String operationTypeId,
OperationTypes.DataRole dataType,
DataEntity.Update data) |
javax.ws.rs.core.Response |
updateData(String feedId,
String resourceType,
String operationTypeId,
OperationTypes.DataRole dataType,
DataEntity.Update data) |
getTenantId, pagedResponse, pagedResponse@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<OperationTypes.DataRole> 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<OperationTypes.DataRole> 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")
OperationTypes.DataRole 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")
OperationTypes.DataRole 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")
OperationTypes.DataRole 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")
OperationTypes.DataRole 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")
OperationTypes.DataRole 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")
OperationTypes.DataRole dataType)
Copyright © 2015 Red Hat, Inc.. All rights reserved.