Class ArchiveClientImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ArchiveClientImpl​(com.lexmark.saperion.archive.ArchiveService archiveService, com.lexmark.saperion.archive.ArchiveReferenceType reference)  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArchiveClientImpl

        public ArchiveClientImpl​(com.lexmark.saperion.archive.ArchiveService archiveService,
                                 com.lexmark.saperion.archive.ArchiveReferenceType reference)
    • Method Detail

      • load

        public com.lexmark.saperion.archive.ArchiveType load()
                                                      throws com.lexmark.saperion.exceptions.EcmException
        Description copied from interface: ArchiveClient
        This method loads the archive this client is bound to from the backend.
        Specified by:
        load in interface ArchiveClient
        Returns:
        archive this client is bound to
        Throws:
        com.lexmark.saperion.exceptions.EcmException