Class ZipAction
java.lang.Object
com.saperion.ngc.resultset.multiselect.ZipAction
- All Implemented Interfaces:
MultiSelectAction
Initiates a download of the selected content packed in a zip-file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes the action on the specified list of contents.booleanIf the action requires the content to be already available as a stream inside each content object, this method has to return true.
-
Constructor Details
-
ZipAction
public ZipAction()
-
-
Method Details
-
execute
Executes the action on the specified list of contents.- Specified by:
executein interfaceMultiSelectAction- Parameters:
contentList- list of contents- See Also:
-
preloadContent
public boolean preloadContent()If the action requires the content to be already available as a stream inside each content object, this method has to return true.- Specified by:
preloadContentin interfaceMultiSelectAction- Returns:
- true if content needs to be preloaded
- See Also:
-