Interface ArchiveClient

  • All Known Implementing Classes:
    ArchiveClientImpl

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.archive.ArchiveType load()
      This method loads the archive this client is bound to from the backend.
    • Method Detail

      • 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