com.gentics.contentnode.rest.resource
Interface ExportResource

All Superinterfaces:
AuthenticatedResource

public interface ExportResource
extends AuthenticatedResource

Export helper resource


Method Summary
 ExportSelectionResponse getExportSelection(ExportSelectionRequest request)
          Get export selection data.
 
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource
setSessionId
 

Method Detail

getExportSelection

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


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.