|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PathParam in org.jboss.example.jaxrs2.async |
---|
Method parameters in org.jboss.example.jaxrs2.async with annotations of type PathParam | |
---|---|
Customer |
CustomerResource.getById(String id)
|
Uses of PathParam in org.jboss.resteasy.core |
---|
Method parameters in org.jboss.resteasy.core with annotations of type PathParam | |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId)
|
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId)
|
void |
AsynchronousDispatcher.remove(String jobId)
|
Uses of PathParam in org.jboss.resteasy.examples |
---|
Method parameters in org.jboss.resteasy.examples with annotations of type PathParam | |
---|---|
String |
Orders.getOrder(String id)
|
Uses of PathParam in org.jboss.resteasy.plugins.providers.html |
---|
Method parameters in org.jboss.resteasy.plugins.providers.html with annotations of type PathParam | |
---|---|
Redirect |
TestHtmlResource.testParam(String value)
|
Uses of PathParam in org.jboss.resteasy.skeleton.key.client |
---|
Method parameters in org.jboss.resteasy.skeleton.key.client with annotations of type PathParam | |
---|---|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
Response |
UsersResource.delete(String id)
|
void |
RolesResource.delete(String id)
|
Response |
ProjectsResource.delete(String id)
|
User |
UsersResource.get(String id)
|
Access |
TokenVerifier.get(String tokenId)
|
Role |
RolesResource.get(String id)
|
Project |
ProjectsResource.get(String id)
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.update(String id,
Project project)
|
void |
RolesResource.update(String id,
Role role)
|
void |
UsersResource.update(String id,
StoredUser user)
|
Uses of PathParam in org.jboss.resteasy.skeleton.key.server |
---|
Method parameters in org.jboss.resteasy.skeleton.key.server with annotations of type PathParam | |
---|---|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
Response |
UsersService.delete(String id)
|
Response |
RolesService.delete(String id)
|
Response |
ProjectsService.delete(String id)
|
User |
UsersService.get(String id)
|
Access |
TokenService.get(String tokenId)
|
Role |
RolesService.get(String id)
|
Project |
ProjectsService.getProject(String id)
|
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.update(String id,
Project project)
|
void |
RolesService.update(String id,
Role role)
|
void |
UsersService.update(String id,
StoredUser user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |