@Deprecated public class DirectorySettings extends java.lang.Object implements IDirectory
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDicoogleDir()
Deprecated.
|
int |
getIndexerEffort()
Deprecated.
|
static DirectorySettings |
getInstance()
Deprecated.
|
boolean |
getSaveThumbnails()
Deprecated.
|
java.lang.String |
getStoragePath()
Deprecated.
|
java.lang.String |
getThumbnailsMatrix()
Deprecated.
|
boolean |
isGZipStorage()
Deprecated.
|
boolean |
isIndexAnonymous()
Deprecated.
|
boolean |
isIndexZip()
Deprecated.
|
boolean |
isMonitorWatcher()
Deprecated.
|
void |
loadSettings()
Deprecated.
Load settings from ServerSettings
|
int |
rebuildDICOMDir()
Deprecated.
|
int |
rebuildIndex()
Deprecated.
|
void |
saveSettings()
Deprecated.
Save settings to ServerSettings
|
int |
setDicoogleDir(java.lang.String path)
Deprecated.
|
void |
setGZipStorage(boolean value)
Deprecated.
|
void |
setIndexAnonymous(boolean value)
Deprecated.
|
boolean |
setIndexerEffort(int effort)
Deprecated.
|
void |
setIndexZip(boolean value)
Deprecated.
|
void |
setMonitorWatcher(boolean monitorWatcher)
Deprecated.
|
void |
setSaveThumbnails(boolean value)
Deprecated.
|
int |
setStoragePath(java.lang.String path)
Deprecated.
|
void |
setThumbnailsMatrix(java.lang.String ThumbnailsMatrix)
Deprecated.
|
boolean |
unsavedSettings()
Deprecated.
|
public static DirectorySettings getInstance()
public void loadSettings()
public void saveSettings()
public boolean unsavedSettings()
public int setStoragePath(java.lang.String path) throws java.rmi.RemoteException
setStoragePath
in interface IDirectory
path
- java.rmi.RemoteException
public java.lang.String getStoragePath() throws java.rmi.RemoteException
getStoragePath
in interface IDirectory
java.rmi.RemoteException
public int setDicoogleDir(java.lang.String path) throws java.rmi.RemoteException
setDicoogleDir
in interface IDirectory
java.rmi.RemoteException
public java.lang.String getDicoogleDir() throws java.rmi.RemoteException
getDicoogleDir
in interface IDirectory
java.rmi.RemoteException
public boolean setIndexerEffort(int effort) throws java.rmi.RemoteException
setIndexerEffort
in interface IDirectory
java.rmi.RemoteException
public int getIndexerEffort() throws java.rmi.RemoteException
getIndexerEffort
in interface IDirectory
java.rmi.RemoteException
public void setSaveThumbnails(boolean value) throws java.rmi.RemoteException
setSaveThumbnails
in interface IDirectory
java.rmi.RemoteException
public boolean getSaveThumbnails() throws java.rmi.RemoteException
getSaveThumbnails
in interface IDirectory
java.rmi.RemoteException
public void setThumbnailsMatrix(java.lang.String ThumbnailsMatrix) throws java.rmi.RemoteException
setThumbnailsMatrix
in interface IDirectory
java.rmi.RemoteException
public java.lang.String getThumbnailsMatrix() throws java.rmi.RemoteException
getThumbnailsMatrix
in interface IDirectory
java.rmi.RemoteException
public int rebuildIndex() throws java.rmi.RemoteException
rebuildIndex
in interface IDirectory
java.rmi.RemoteException
public int rebuildDICOMDir() throws java.rmi.RemoteException
rebuildDICOMDir
in interface IDirectory
java.rmi.RemoteException
public boolean isIndexZip() throws java.rmi.RemoteException
isIndexZip
in interface IDirectory
java.rmi.RemoteException
public void setIndexZip(boolean value) throws java.rmi.RemoteException
setIndexZip
in interface IDirectory
java.rmi.RemoteException
public boolean isMonitorWatcher()
isMonitorWatcher
in interface IDirectory
public void setMonitorWatcher(boolean monitorWatcher)
setMonitorWatcher
in interface IDirectory
monitorWatcher
- the monitorWatcher to setpublic boolean isIndexAnonymous() throws java.rmi.RemoteException
isIndexAnonymous
in interface IDirectory
java.rmi.RemoteException
public void setIndexAnonymous(boolean value) throws java.rmi.RemoteException
setIndexAnonymous
in interface IDirectory
java.rmi.RemoteException
public boolean isGZipStorage() throws java.rmi.RemoteException
isGZipStorage
in interface IDirectory
java.rmi.RemoteException
public void setGZipStorage(boolean value) throws java.rmi.RemoteException
setGZipStorage
in interface IDirectory
java.rmi.RemoteException