Interface ArchiveClient
- All Known Implementing Classes:
ArchiveClientImpl
public interface ArchiveClient
This client defines the operations possible for archives.
- Author:
- jschwarz
-
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.archive.ArchiveType
load()
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.EcmExceptionThis 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
-