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 Details

    • archivReport

      ArchivReport archivReport(ClientInfo ci, SystemInfo si) throws byps.RemoteException
      Not used anymore and not implemented.
      Parameters:
      ci - ClientInfo object with session information.
      si -
      Returns:
      ArchivReport
      Throws:
      byps.RemoteException
    • countDocsInStorePath

      SystemReport countDocsInStorePath(ClientInfo ci, SystemInfo si) throws byps.RemoteException
      Counts the documents defined by SystemInfo.
      Parameters:
      ci - ClientInfo object with session information.
      si - SystemInfo with select criteria
      Returns:
      SystemReport
      Throws:
      byps.RemoteException
    • licenseReport

      LicenseReport licenseReport(ClientInfo ci, SystemInfo si) throws byps.RemoteException
      Delegeates the AM license report.
      Parameters:
      ci - ClientInfo object with session information.
      si -
      Returns:
      LicenseReport
      Throws:
      byps.RemoteException
    • userReport

      UserReport userReport(ClientInfo ci, SystemInfo si) throws byps.RemoteException
      Implementation for AdminConsoles user statistics.
      Parameters:
      ci - ClientInfo object with session information.
      si -
      Returns:
      UserReport
      Throws:
      byps.RemoteException