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.PortalExceptionvoid 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.PortalExceptiondefault 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)