Interface ExportResource
- All Superinterfaces:
AuthenticatedResource
Export helper resource
-
Method Summary
Modifier and TypeMethodDescriptiongetExportSelection
(ExportSelectionRequest request) Get export selection data.Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource
setSessionId
-
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
-