@Path(value="/tenant") public class RestTenant extends RestBase
| Constructor and Description |
|---|
RestTenant() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createRelationships(javax.ws.rs.core.UriInfo uriInfo,
Reader input) |
Tenant |
get(javax.ws.rs.core.UriInfo uriInfo) |
List<Change<?>> |
getHistory(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
getRelationships(javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
put(Tenant.Update update,
javax.ws.rs.core.UriInfo uriInfo) |
create, getHistory, getMapper, getPath, getPath, getTenantId, getTenantPath, getTraverser, inventory, pagedResponse, pagedResponse, parsePath, parseTime, setupMapper@GET public Tenant get(@Context javax.ws.rs.core.UriInfo uriInfo)
@PUT public javax.ws.rs.core.Response put(Tenant.Update update, @Context javax.ws.rs.core.UriInfo uriInfo)
@GET
@Path(value="/relationships")
public javax.ws.rs.core.Response getRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo)
@GET @Path(value="/history") public List<Change<?>> getHistory(@Context javax.ws.rs.core.UriInfo uriInfo)
@POST
@Path(value="/relationship")
public javax.ws.rs.core.Response createRelationships(@Context
javax.ws.rs.core.UriInfo uriInfo,
Reader input)
throws IOException,
URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.