Class ContentMultiSelect
java.lang.Object
com.saperion.ngc.resultset.multiselect.ContentMultiSelect
Performs a specified action on a list of documents.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(MultiSelectAction action) Executes the specified action on the items set by forItems.static ContentMultiSelectforItems(List<ResultProperties> items) Creates a new MultiSelect for the specified items.withFilter(Set<String> extensions) Sets a filter to select document content with the specified file extensions only.
-
Method Details
-
forItems
Creates a new MultiSelect for the specified items.- Parameters:
items- list of items- Returns:
- new MultiSelect
-
withFilter
Sets a filter to select document content with the specified file extensions only.- Parameters:
extensions- set of extensions- Returns:
- current instance of MultiSelect
-
executeAction
Executes the specified action on the items set by forItems.- Parameters:
action- the action to perform- Throws:
AuthenticationException- re-logon requiredNgcUiException- exception to be handled by view
-