Interface ExportResource

All Superinterfaces:
AuthenticatedResource

@Path("/export") public interface ExportResource extends AuthenticatedResource
Export helper resource
  • Method Details

    • getExportSelection

      @POST @Path("/selection") ExportSelectionResponse getExportSelection(ExportSelectionRequest request)
      Get export selection data. The posted data contains the currently selected or excluded objects. This method will calculate the "subselected" folders and return them. This is needed by the export selection dialog to mark folders, that are not selected themselves, but contain selected items.
      Parameters:
      request - request containing the lists of selected objects
      Returns:
      response containing the lists of subselected folders