Package com.saperion.ngc.externalstorage
Class ExternalStorageUtility
java.lang.Object
com.saperion.ngc.externalstorage.ExternalStorageUtility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
archiveToSaperion
(com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.connector.SaClassicConnector connector, List<com.saperion.externalstorage.library.Document> documentList, String ddcName, String hdoc) Archive all documents fetched to the given document id
-
Constructor Details
-
ExternalStorageUtility
public ExternalStorageUtility()
-
-
Method Details
-
archiveToSaperion
public static String archiveToSaperion(com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.connector.SaClassicConnector connector, List<com.saperion.externalstorage.library.Document> documentList, String ddcName, String hdoc) throws com.saperion.exception.SaAuthenticationException, com.saperion.exception.SaDDCException, com.saperion.exception.SaSystemException, IOException, com.saperion.externalstorage.exception.TokenExpiredException Archive all documents fetched to the given document id- Throws:
com.saperion.exception.SaAuthenticationException
com.saperion.exception.SaDDCException
com.saperion.exception.SaSystemException
IOException
com.saperion.externalstorage.exception.TokenExpiredException
-