Interface DLStoreConvertProcess


public interface DLStoreConvertProcess
Author:
Iván Zaera, Roberto Díaz
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copy(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore)
     
    void
    move(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore)
     
    default void
    transferFile(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore, long companyId, long repositoryId, String fileName, String versionLabel, boolean delete)
     
  • Method Details

    • copy

      void copy(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • move

      void move(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • transferFile

      default void transferFile(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore, long companyId, long repositoryId, String fileName, String versionLabel, boolean delete)