@Deprecated public interface IDirectory extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDicoogleDir()
Deprecated.
|
int |
getIndexerEffort()
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.
|
int |
rebuildDICOMDir()
Deprecated.
|
int |
rebuildIndex()
Deprecated.
|
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.
|
int setStoragePath(java.lang.String path) throws java.rmi.RemoteException
path
- java.rmi.RemoteException
java.lang.String getStoragePath() throws java.rmi.RemoteException
java.rmi.RemoteException
int setDicoogleDir(java.lang.String path) throws java.rmi.RemoteException
path
- java.rmi.RemoteException
java.lang.String getDicoogleDir() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean setIndexerEffort(int effort) throws java.rmi.RemoteException
effort
- java.rmi.RemoteException
int getIndexerEffort() throws java.rmi.RemoteException
java.rmi.RemoteException
void setSaveThumbnails(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean getSaveThumbnails() throws java.rmi.RemoteException
java.rmi.RemoteException
void setThumbnailsMatrix(java.lang.String ThumbnailsMatrix) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getThumbnailsMatrix() throws java.rmi.RemoteException
java.rmi.RemoteException
int rebuildIndex() throws java.rmi.RemoteException
java.rmi.RemoteException
int rebuildDICOMDir() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isIndexZip() throws java.rmi.RemoteException
java.rmi.RemoteException
void setIndexZip(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isGZipStorage() throws java.rmi.RemoteException
java.rmi.RemoteException
void setGZipStorage(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isIndexAnonymous() throws java.rmi.RemoteException
java.rmi.RemoteException
void setIndexAnonymous(boolean value) throws java.rmi.RemoteException
java.rmi.RemoteException
void setMonitorWatcher(boolean monitorWatcher) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isMonitorWatcher() throws java.rmi.RemoteException
java.rmi.RemoteException