|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArchiveClientService
class for calling archive service
Method Summary | |
---|---|
int |
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 |
getDownloadUrl(int archiveItemKey)
get the url of the archive with the ID parameter is provided |
java.lang.String |
informationArchive(int archiveItemKey)
return the state of the archive with the ID parameter is provided |
void |
removeArchive(int archiveItemKey)
remove the archive with the ID parameter is provided |
Method Detail |
---|
int generateArchive(java.lang.String strFolderToArchive, java.lang.String strArchiveDestination, java.lang.String strArchiveName, java.lang.String strArchiveType) throws ArchiveClientException
strFolderToArchive
- path to the folder to archivestrArchiveDestination
- path to the destination folder which will store the archivestrArchiveName
- the name of the archivestrArchiveType
- the archive type(zip,..)
ArchiveClientException
java.lang.String informationArchive(int archiveItemKey) throws ArchiveClientException
archiveItemKey
- the archive id
ArchiveClientException
void removeArchive(int archiveItemKey) throws ArchiveClientException
archiveItemKey
- the archive id
ArchiveClientException
java.lang.String getDownloadUrl(int archiveItemKey)
archiveItemKey
- the archive id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |