com.liferay.portlet.documentlibrary.util
Interface DLProcessor
- All Known Implementing Classes:
- DefaultPreviewableProcessor, DLPreviewableProcessor
public interface DLProcessor
Common interface for all the processors of the document library. All document
library processors must implement this interface.
- See Also:
AudioProcessor,
DLPreviewableProcessor,
ImageProcessor,
PDFProcessor,
RawMetadataProcessor,
VideoProcessor
cleanUp
void cleanUp(FileEntry fileEntry)
cleanUp
void cleanUp(FileVersion fileVersion)
isSupported
boolean isSupported(FileVersion fileVersion)
isSupported
boolean isSupported(String mimeType)
trigger
void trigger(FileVersion fileVersion)
- Launches the processor's work with respect to the given file version.
- Parameters:
fileVersion - the latest file version to process