Class ZkDownloadAction
java.lang.Object
com.saperion.ngc.resultset.multiselect.ZkDownloadAction
- All Implemented Interfaces:
MultiSelectAction
Multiselect action that downloads the selected content by using the zk-downloader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes the action on the specified list of contents.boolean
If the action requires the content to be already available as a stream inside each content object, this method has to return true.
-
Constructor Details
-
ZkDownloadAction
public ZkDownloadAction()
-
-
Method Details
-
execute
Executes the action on the specified list of contents.- Specified by:
execute
in interfaceMultiSelectAction
- Parameters:
contentList
- list of contents- Throws:
NgcUiException
- exception to be handled by viewAuthenticationException
- re-logon required- 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:
preloadContent
in interfaceMultiSelectAction
- Returns:
- true if content needs to be preloaded
- See Also:
-