public interface ApplicationsResource
Modifier and Type | Method and Description |
---|---|
void |
create(ApplicationRepresentation applicationRepresentation) |
List<ApplicationRepresentation> |
findAll() |
ApplicationResource |
get(String appName) |
@Path(value="{appName}") ApplicationResource get(@PathParam(value="appName") String appName)
@POST @Consumes(value="application/json") void create(ApplicationRepresentation applicationRepresentation)
@GET @Produces(value="application/json") List<ApplicationRepresentation> findAll()
Copyright © 2014. All Rights Reserved.