Interface DLStoreConvertProcess
public interface DLStoreConvertProcess
- Author:
- Iván Zaera, Roberto Díaz
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore) voidmove(com.liferay.document.library.kernel.store.Store sourceStore, com.liferay.document.library.kernel.store.Store targetStore) default voidtransferFile(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
-