Uses of Class
com.logicaldoc.impex.IndexVersion
-
Packages that use IndexVersion Package Description com.logicaldoc.impex com.logicaldoc.impex.application -
-
Uses of IndexVersion in com.logicaldoc.impex
Methods in com.logicaldoc.impex that return IndexVersion Modifier and Type Method Description IndexVersion
IndexHandler. getCurrentVersion()
-
Uses of IndexVersion in com.logicaldoc.impex.application
Methods in com.logicaldoc.impex.application that return types with arguments of type IndexVersion Modifier and Type Method Description List<IndexVersion>
DocumentTableModel. getDocuments()
List<IndexVersion>
Database. getResults()
List<IndexVersion>
Database. search(String where)
Executes a query with the given where clause.Methods in com.logicaldoc.impex.application with parameters of type IndexVersion Modifier and Type Method Description void
DocInfoPanel.MyTableModel. setVersion(IndexVersion version)
Method parameters in com.logicaldoc.impex.application with type arguments of type IndexVersion Modifier and Type Method Description void
DocumentTableModel. setDocuments(List<IndexVersion> documents)
Constructors in com.logicaldoc.impex.application with parameters of type IndexVersion Constructor Description DocInfoPanel(IndexVersion doc)
MyTableModel(IndexVersion vers)
Constructor parameters in com.logicaldoc.impex.application with type arguments of type IndexVersion Constructor Description DocumentTableModel(List<IndexVersion> documents)
-