|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageProcessor
| Method Summary | |
|---|---|
void |
cleanUp(FileEntry fileEntry)
|
void |
cleanUp(FileVersion fileVersion)
|
void |
generateImages(FileVersion fileVersion)
|
Set<String> |
getImageMimeTypes()
|
InputStream |
getThumbnailAsStream(FileVersion fileVersion,
int thumbnailIndex)
|
long |
getThumbnailFileSize(FileVersion fileVersion,
int thumbnailIndex)
|
boolean |
hasImages(FileVersion fileVersion)
|
boolean |
isImageSupported(FileVersion fileVersion)
|
boolean |
isImageSupported(String mimeType)
|
boolean |
isSupported(String mimeType)
|
void |
storeThumbnail(long companyId,
long groupId,
long fileEntryId,
long fileVersionId,
long custom1ImageId,
long custom2ImageId,
InputStream is,
String type)
|
void |
trigger(FileVersion fileVersion)
|
| Method Detail |
|---|
void cleanUp(FileEntry fileEntry)
void cleanUp(FileVersion fileVersion)
void generateImages(FileVersion fileVersion)
Set<String> getImageMimeTypes()
InputStream getThumbnailAsStream(FileVersion fileVersion,
int thumbnailIndex)
throws Exception
Exception
long getThumbnailFileSize(FileVersion fileVersion,
int thumbnailIndex)
throws Exception
Exceptionboolean hasImages(FileVersion fileVersion)
boolean isImageSupported(FileVersion fileVersion)
boolean isImageSupported(String mimeType)
boolean isSupported(String mimeType)
void storeThumbnail(long companyId,
long groupId,
long fileEntryId,
long fileVersionId,
long custom1ImageId,
long custom2ImageId,
InputStream is,
String type)
throws Exception
Exceptionvoid trigger(FileVersion fileVersion)
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||