Interface MultiSelectAction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(java.util.List<Content> contentList)
      Executes the action on the specified list of contents.
      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.
    • Method Detail

      • preloadContent

        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.
        Returns:
        true if content needs to be preloaded