Interface ArchiveClient

All Known Implementing Classes:
ArchiveClientImpl

public interface ArchiveClient
This client defines the operations possible for archives.
Author:
jschwarz
  • Method Summary

    Modifier and Type
    Method
    Description
    com.lexmark.saperion.archive.ArchiveType
    This method loads the archive this client is bound to from the backend.
  • Method Details

    • load

      com.lexmark.saperion.archive.ArchiveType load() throws com.lexmark.saperion.exceptions.EcmException
      This method loads the archive this client is bound to from the backend.
      Returns:
      archive this client is bound to
      Throws:
      com.lexmark.saperion.exceptions.EcmException