Interface ComponentsResource
public interface ComponentsResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
-
Method Details
-
query
-
query
@GET @Produces("application/json") List<ComponentRepresentation> query(@QueryParam("parent") String parent) -
query
@GET @Produces("application/json") List<ComponentRepresentation> query(@QueryParam("parent") String parent, @QueryParam("type") String type) -
query
@GET @Produces("application/json") List<ComponentRepresentation> query(@QueryParam("parent") String parent, @QueryParam("type") String type, @QueryParam("name") String name) -
add
-
component
-
removeComponent
-