@Deprecated public class IndexOptions extends java.lang.Object implements IIndexOptions
Modifier and Type | Method and Description |
---|---|
boolean |
addDictionary(java.lang.String dic)
Deprecated.
|
boolean |
addManualField(int group,
int subGroup,
java.lang.String name)
Deprecated.
|
boolean |
addModality(java.lang.String modality)
Deprecated.
|
java.util.HashMap<java.lang.String,java.util.ArrayList<TagValue>> |
getDIMFields()
Deprecated.
|
static IndexOptions |
getInstance()
Deprecated.
|
java.util.HashMap<java.lang.String,java.util.ArrayList<TagValue>> |
getManualFields()
Deprecated.
|
java.util.ArrayList<java.lang.String> |
getModalities()
Deprecated.
|
void |
index(java.lang.String Path,
boolean resume)
Deprecated.
Index new file or folder
|
boolean |
isIndexAllModalities()
Deprecated.
|
void |
loadSettings()
Deprecated.
Load settings from TagsStruct
|
void |
reIndex(java.util.ArrayList<java.lang.String> list)
Deprecated.
Indexes even if the file is already indexed
|
boolean |
removeDictionary(java.lang.String dic)
Deprecated.
|
void |
removeFilesFromIndexer(java.util.ArrayList<java.lang.String> files,
boolean deleteFiles)
Deprecated.
|
boolean |
removeManualField(int group,
int subGroup)
Deprecated.
|
boolean |
removeModality(java.lang.String modality)
Deprecated.
|
void |
saveSettings()
Deprecated.
Save the Settings related to IndexOptions (TagsStruct)
Print TagsXML
|
void |
setIndexAllModalities(boolean value)
Deprecated.
|
boolean |
unsavedSettings()
Deprecated.
|
public static IndexOptions getInstance()
public void loadSettings()
public void saveSettings()
public boolean unsavedSettings()
public java.util.HashMap<java.lang.String,java.util.ArrayList<TagValue>> getDIMFields() throws java.rmi.RemoteException
getDIMFields
in interface IIndexOptions
java.rmi.RemoteException
public java.util.ArrayList<java.lang.String> getModalities() throws java.rmi.RemoteException
getModalities
in interface IIndexOptions
java.rmi.RemoteException
public boolean addModality(java.lang.String modality) throws java.rmi.RemoteException
addModality
in interface IIndexOptions
java.rmi.RemoteException
public boolean removeModality(java.lang.String modality) throws java.rmi.RemoteException
removeModality
in interface IIndexOptions
java.rmi.RemoteException
public java.util.HashMap<java.lang.String,java.util.ArrayList<TagValue>> getManualFields() throws java.rmi.RemoteException
getManualFields
in interface IIndexOptions
java.rmi.RemoteException
public boolean addManualField(int group, int subGroup, java.lang.String name) throws java.rmi.RemoteException
addManualField
in interface IIndexOptions
java.rmi.RemoteException
public boolean removeManualField(int group, int subGroup) throws java.rmi.RemoteException
removeManualField
in interface IIndexOptions
java.rmi.RemoteException
public boolean isIndexAllModalities() throws java.rmi.RemoteException
isIndexAllModalities
in interface IIndexOptions
java.rmi.RemoteException
public void setIndexAllModalities(boolean value) throws java.rmi.RemoteException
setIndexAllModalities
in interface IIndexOptions
java.rmi.RemoteException
public void index(java.lang.String Path, boolean resume) throws java.rmi.RemoteException
index
in interface IIndexOptions
Path
- - file or folter pathjava.rmi.RemoteException
public void reIndex(java.util.ArrayList<java.lang.String> list) throws java.rmi.RemoteException
reIndex
in interface IIndexOptions
path
- java.rmi.RemoteException
public void removeFilesFromIndexer(java.util.ArrayList<java.lang.String> files, boolean deleteFiles) throws java.rmi.RemoteException
removeFilesFromIndexer
in interface IIndexOptions
java.rmi.RemoteException
public boolean removeDictionary(java.lang.String dic) throws java.rmi.RemoteException
removeDictionary
in interface IIndexOptions
java.rmi.RemoteException
public boolean addDictionary(java.lang.String dic) throws java.rmi.RemoteException
addDictionary
in interface IIndexOptions
java.rmi.RemoteException