Interface ActionResource
@Path("action")
@Consumes("application/json")
@Produces("application/json")
public interface ActionResource
-
Method Summary
-
Method Details
-
execute
-
getIndex
@GET @Path("index") ActionList getIndex(@QueryParam("type") String[] types, @QueryParam("family") String[] families, @QueryParam("language") @DefaultValue("en") String language)
-