Interface ExportResource
@Path("/export")
public interface ExportResource
Export helper resource
-
Method Summary
Modifier and TypeMethodDescriptiongetExportSelection(ExportSelectionRequest request) Get export selection data.
-
Method Details
-
getExportSelection
@POST @Path("/selection") ExportSelectionResponse getExportSelection(ExportSelectionRequest request) throws Exception 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
- Throws:
Exception
-