Uses of Interface
com.lexmark.saperion.client.archive.ArchiveServiceClient
-
Packages that use ArchiveServiceClient Package Description com.lexmark.saperion.client com.lexmark.saperion.client.implementation com.lexmark.saperion.client.implementation.archive -
-
Uses of ArchiveServiceClient in com.lexmark.saperion.client
Methods in com.lexmark.saperion.client that return ArchiveServiceClient Modifier and Type Method Description ArchiveServiceClient
SaperionClient. getArchiveService()
This method returns a client to search for specific archives. -
Uses of ArchiveServiceClient in com.lexmark.saperion.client.implementation
Methods in com.lexmark.saperion.client.implementation that return ArchiveServiceClient Modifier and Type Method Description ArchiveServiceClient
SaperionClientImpl. getArchiveService()
-
Uses of ArchiveServiceClient in com.lexmark.saperion.client.implementation.archive
Classes in com.lexmark.saperion.client.implementation.archive that implement ArchiveServiceClient Modifier and Type Class Description class
ArchiveServiceClientImpl
This is the default implementation ofArchiveServiceClient
.
-