com.liferay.portlet.documentlibrary.util
Class DLProcessorRegistryImpl
java.lang.Object
com.liferay.portlet.documentlibrary.util.DLProcessorRegistryImpl
- All Implemented Interfaces:
- com.liferay.document.library.kernel.util.DLProcessorRegistry
public class DLProcessorRegistryImpl
- extends Object
- implements com.liferay.document.library.kernel.util.DLProcessorRegistry
|
Method Summary |
void |
afterPropertiesSet()
|
void |
cleanUp(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
|
void |
cleanUp(com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
|
void |
exportGeneratedFiles(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.xml.Element fileEntryElement)
|
com.liferay.document.library.kernel.util.DLProcessor |
getDLProcessor(String dlProcessorType)
|
void |
importGeneratedFiles(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileEntry importedFileEntry,
com.liferay.portal.kernel.xml.Element fileEntryElement)
|
boolean |
isPreviewableSize(com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
|
void |
register(com.liferay.document.library.kernel.util.DLProcessor dlProcessor)
|
void |
trigger(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
|
void |
trigger(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion,
boolean trusted)
|
void |
unregister(com.liferay.document.library.kernel.util.DLProcessor dlProcessor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLProcessorRegistryImpl
public DLProcessorRegistryImpl()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Throws:
Exception
cleanUp
public void cleanUp(com.liferay.portal.kernel.repository.model.FileEntry fileEntry)
- Specified by:
cleanUp in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
cleanUp
public void cleanUp(com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
- Specified by:
cleanUp in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
exportGeneratedFiles
public void exportGeneratedFiles(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.xml.Element fileEntryElement)
throws Exception
- Specified by:
exportGeneratedFiles in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
- Throws:
Exception
getDLProcessor
public com.liferay.document.library.kernel.util.DLProcessor getDLProcessor(String dlProcessorType)
- Specified by:
getDLProcessor in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
importGeneratedFiles
public void importGeneratedFiles(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext,
com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileEntry importedFileEntry,
com.liferay.portal.kernel.xml.Element fileEntryElement)
throws Exception
- Specified by:
importGeneratedFiles in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
- Throws:
Exception
isPreviewableSize
public boolean isPreviewableSize(com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
- Specified by:
isPreviewableSize in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
register
public void register(com.liferay.document.library.kernel.util.DLProcessor dlProcessor)
- Specified by:
register in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
trigger
public void trigger(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion)
- Specified by:
trigger in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
trigger
public void trigger(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.repository.model.FileVersion fileVersion,
boolean trusted)
- Specified by:
trigger in interface com.liferay.document.library.kernel.util.DLProcessorRegistry
unregister
public void unregister(com.liferay.document.library.kernel.util.DLProcessor dlProcessor)
- Specified by:
unregister in interface com.liferay.document.library.kernel.util.DLProcessorRegistry