com.jalios.jcms
Class FileIndexManager
java.lang.Object
   com.jalios.jcms.FileIndexManager
com.jalios.jcms.FileIndexManager
- public class FileIndexManager 
- extends Object
This class manages the Custom Type file index. It is intended to
 return a Set of Data referencing a given file.
 
 HashMap
   Key: the filename
   Value: TreeSet containing all the Data referencing this file
 
- Version:
- $Revision: 26167 $
- Author:
- Olivier Dedieu
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
FileIndexManager
public FileIndexManager()
getIndex
public HashMap<String,TreeSet<Data>> getIndex()
- 
 
getIndexedDataSet
public TreeSet<Data> getIndexedDataSet(String filename)
- Returns the Set of data bound to the given filename (typically a FileDocument).
 
- 
- Parameters:
- filename- the filename
- Returns:
- the Set of data bound to the given filename (typically a FileDocument).
 
getIndexedDataSet
public TreeSet<Data> getIndexedDataSet(String filename,
                                       boolean searchInDB)
- Returns the Set of data bound to the given filename (typically a FileDocument or a DBFileDocument).
 
- 
- Parameters:
- filename- the filename
- searchInDB- if true extends the search to JcmsDB
- Returns:
- the Set of data bound to the given filename (typically a FileDocument or a DBFileDocument).
- Since:
- jcms-6.2.0
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.