Class ExternalStorageUtility


  • public class ExternalStorageUtility
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String archiveToSaperion​(com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.connector.SaClassicConnector connector, java.util.List<com.saperion.externalstorage.library.Document> documentList, java.lang.String ddcName, java.lang.String hdoc)
      Archive all documents fetched to the given document id
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalStorageUtility

        public ExternalStorageUtility()
    • Method Detail

      • archiveToSaperion

        public static java.lang.String archiveToSaperion​(com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient,
                                                         com.saperion.connector.SaClassicConnector connector,
                                                         java.util.List<com.saperion.externalstorage.library.Document> documentList,
                                                         java.lang.String ddcName,
                                                         java.lang.String hdoc)
                                                  throws com.saperion.exception.SaAuthenticationException,
                                                         com.saperion.exception.SaDDCException,
                                                         com.saperion.exception.SaSystemException,
                                                         java.io.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
        java.io.IOException
        com.saperion.externalstorage.exception.TokenExpiredException