|
Class Summary |
| DeploymentResourceImpl |
If a method in this class is annotated by a @Path annotation,
then the name of the method should match the URL specified in the @Path,
where "_" characters should be used for all "/" characters in the path. |
| DeploymentsResourceImpl |
|
| DeployResourceBase |
|
| HistoryResourceImpl |
If a method in this class is annotated by a @Path annotation,
then the name of the method should match the URL specified in the @Path,
where "_" characters should be used for all "/" characters in the path. |
| QueryResourceImpl |
Not done. |
| ResourceBase |
|
| RuntimeResourceImpl |
If a method in this class is annotated by a @Path annotation,
then the name of the method should match the URL specified in the @Path,
where "_" characters should be used for all "/" characters in the path. |
| TaskResourceImpl |
If a method in this class is annotated by a @Path annotation,
then the name of the method should match the URL specified in the @Path,
where "_" characters should be used for all "/" characters in the path. |