public interface DLStoreConvertProcess
Modifier and Type | Method and 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) |
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
com.liferay.portal.kernel.exception.PortalException
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
com.liferay.portal.kernel.exception.PortalException
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)