Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Additional methods should be added following the conventions defined in the subsequent paragraphs.

Repository Object:

...

search methods

Any additional methods that return a subset of the collection exposed by the repository should be annotated with @SearchRestMethod annotation so to be discovered as "search" capabilities of the repository and automatically exposed over the /search endpoint sub-path of the resource type (i.e. /community/search/top).

...