Package de.elo.ix.client.system
Interface SystemInformation
- All Superinterfaces:
byps.BRemote
,byps.Remote
,de.elo.utils.net.Remote
,Remote
public interface SystemInformation
extends byps.BRemote
Provides functions for AdminConsole to give an overview over the whole System (e.g. number of
Documents or information about all users)
- Since:
- 10.17.040.003
-
Method Summary
Modifier and TypeMethodDescriptionarchivReport
(ClientInfo ci, SystemInfo si) Not used anymore and not implemented.countDocsInStorePath
(ClientInfo ci, SystemInfo si) Counts the documents defined by SystemInfo.licenseReport
(ClientInfo ci, SystemInfo si) Delegeates the AM license report.userReport
(ClientInfo ci, SystemInfo si) Implementation for AdminConsoles user statistics.Methods inherited from interface byps.BRemote
BRemote_getTargetId
-
Method Details
-
archivReport
Not used anymore and not implemented.- Parameters:
ci
- ClientInfo object with session information.si
-- Returns:
- ArchivReport
- Throws:
byps.RemoteException
-
countDocsInStorePath
Counts the documents defined by SystemInfo.- Parameters:
ci
- ClientInfo object with session information.si
- SystemInfo with select criteria- Returns:
- SystemReport
- Throws:
byps.RemoteException
-
licenseReport
Delegeates the AM license report.- Parameters:
ci
- ClientInfo object with session information.si
-- Returns:
- LicenseReport
- Throws:
byps.RemoteException
-
userReport
Implementation for AdminConsoles user statistics.- Parameters:
ci
- ClientInfo object with session information.si
-- Returns:
- UserReport
- Throws:
byps.RemoteException
-