Methods in fr.paris.lutece.plugins.archiveclient.service.archive that throw ArchiveClientException |
int |
ArchiveClientLocalService.generateArchive(java.lang.String strFolderToArchive,
java.lang.String strArchiveDestination,
java.lang.String strArchiveName,
java.lang.String strArchiveType)
|
int |
ArchiveClientWsService.generateArchive(java.lang.String strFolderToArchive,
java.lang.String strArchiveDestination,
java.lang.String strArchiveName,
java.lang.String strArchiveType)
|
int |
IArchiveClientService.generateArchive(java.lang.String strFolderToArchive,
java.lang.String strArchiveDestination,
java.lang.String strArchiveName,
java.lang.String strArchiveType)
request for archiving an folder |
java.lang.String |
ArchiveClientLocalService.informationArchive(int archiveItemKey)
|
java.lang.String |
ArchiveClientWsService.informationArchive(int archiveItemKey)
|
java.lang.String |
IArchiveClientService.informationArchive(int archiveItemKey)
return the state of the archive with the ID parameter is provided |
void |
ArchiveClientLocalService.removeArchive(int archiveItemKey)
|
void |
ArchiveClientWsService.removeArchive(int archiveItemKey)
|
void |
IArchiveClientService.removeArchive(int archiveItemKey)
remove the archive with the ID parameter is provided |