Uses of Class
fleXplorer.Types.DocumentIds

Packages that use DocumentIds
fleXplorer.util.IndexesSetting   
 

Uses of DocumentIds in fleXplorer.util.IndexesSetting
 

Methods in fleXplorer.util.IndexesSetting that return types with arguments of type DocumentIds
 java.util.ArrayList<DocumentIds> DocumentsIds.getDocs()
          Returns the list of documents.
 

Method parameters in fleXplorer.util.IndexesSetting with type arguments of type DocumentIds
 void DocumentsIds.setDocs(java.util.ArrayList<DocumentIds> docs)
          Sets the list that contains the documents to be indexed
 

Constructor parameters in fleXplorer.util.IndexesSetting with type arguments of type DocumentIds
DocumentsIds(MFT mft, java.util.ArrayList<DocumentIds> docs)
          Constructs a DocumentsIds object.