Interface BasicGroupOperations

All Known Implementing Classes:
BasicRestObjectGroup, BasicRestServletGroup, BasicSpringRestServletGroup, DtoExamples, RootResources, SampleRootResource

public interface BasicGroupOperations
Basic REST group operation methods.

Defines 1 special use REST operation endpoint:

@RestGet(path="/*") public ChildResourceDescriptions getChildren(RestRequest req);

Implementations provided by the following classes:

See Also:
  • Method Details

    • getChildren

      [GET /] - Get child resources.

      Returns a bean that lists and allows navigation to child resources.

      Parameters:
      req - The HTTP request.
      Returns:
      The bean containing links to the child resources.