Class ExportSelectionResponse

    • Field Detail

      • folders

        protected List<Integer> folders
        List of subselected folders
      • inheritedFolders

        protected Map<Integer,​List<Integer>> inheritedFolders
        Map of subselected inherited folders
    • Constructor Detail

      • ExportSelectionResponse

        public ExportSelectionResponse()
        Empty constructor
      • ExportSelectionResponse

        public ExportSelectionResponse​(Message message,
                                       ResponseInfo responseInfo)
        Create a response with given message and response info
        Parameters:
        message - message
        responseInfo - response info
    • Method Detail

      • getFolders

        public List<Integer> getFolders()
        Get the subselected folders
        Returns:
        the folders
      • setFolders

        public void setFolders​(List<Integer> folders)
        Set the subselected folders
        Parameters:
        folders - the folders to set
      • getInheritedFolders

        public Map<Integer,​List<Integer>> getInheritedFolders()
        Get the subselected inherited folders
        Returns:
        the inheritedFolders
      • setInheritedFolders

        public void setInheritedFolders​(Map<Integer,​List<Integer>> inheritedFolders)
        Set the subselected inherited folders
        Parameters:
        inheritedFolders - the inheritedFolders to set