public class DocumentLibraryConvertProcess extends BaseConvertProcess
Constructor and Description |
---|
DocumentLibraryConvertProcess() |
Modifier and Type | Method and Description |
---|---|
protected void |
doConvert() |
java.lang.String |
getConfigurationErrorMessage() |
java.lang.String |
getDescription() |
protected java.util.List<com.liferay.portal.kernel.repository.model.FileVersion> |
getFileVersions(com.liferay.portal.kernel.repository.model.FileEntry fileEntry) |
java.lang.String |
getParameterDescription() |
java.lang.String[] |
getParameterNames() |
protected java.lang.String |
getTargetStoreClassName() |
protected boolean |
isDeleteFilesFromSourceStore() |
boolean |
isEnabled() |
protected void |
migrateDLStoreConvertProcesses(com.liferay.document.library.kernel.store.Store sourceStore,
com.liferay.document.library.kernel.store.Store targetStore) |
void |
validate() |
convert, getParameterValues, getPath, setParameterValues
public java.lang.String getConfigurationErrorMessage()
getConfigurationErrorMessage
in interface ConvertProcess
getConfigurationErrorMessage
in class BaseConvertProcess
public java.lang.String getDescription()
getDescription
in interface ConvertProcess
getDescription
in class BaseConvertProcess
public java.lang.String getParameterDescription()
getParameterDescription
in interface ConvertProcess
getParameterDescription
in class BaseConvertProcess
public java.lang.String[] getParameterNames()
getParameterNames
in interface ConvertProcess
getParameterNames
in class BaseConvertProcess
public boolean isEnabled()
isEnabled
in interface ConvertProcess
isEnabled
in class BaseConvertProcess
public void validate()
validate
in interface ConvertProcess
validate
in class BaseConvertProcess
protected void doConvert() throws java.lang.Exception
doConvert
in class BaseConvertProcess
java.lang.Exception
protected java.util.List<com.liferay.portal.kernel.repository.model.FileVersion> getFileVersions(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
protected java.lang.String getTargetStoreClassName()
protected boolean isDeleteFilesFromSourceStore()
protected void migrateDLStoreConvertProcesses(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