Class SearchResource

    • Constructor Detail

      • SearchResource

        public SearchResource()
    • Method Detail

      • search

        @GET
        @Produces("application/json")
        public List<ResultEntity> search​(@QueryParam("query")
                                         String query,
                                         @QueryParam("taxonomyPosition")
                                         String position,
                                         @QueryParam("spaceId")
                                         String spaceId,
                                         @QueryParam("appId")
                                         List<String> appIds,
                                         @QueryParam("startDate")
                                         String startDate,
                                         @QueryParam("endDate")
                                         String endDate,
                                         @QueryParam("form")
                                         String form)
      • getComponentId

        public String getComponentId()
        Description copied from interface: SilverpeasWebResource
        Gets the identifier of the component instance to which the requested resource belongs to.
        Returns:
        the identifier of the Silverpeas component instance.