public interface Hook
Modifier and Type | Method and Description |
---|---|
void |
deleteImage(Image image) |
byte[] |
getImageAsBytes(Image image) |
java.io.InputStream |
getImageAsStream(Image image) |
void |
updateImage(Image image,
java.lang.String type,
byte[] bytes) |
void deleteImage(Image image) throws PortalException
PortalException
byte[] getImageAsBytes(Image image) throws PortalException
PortalException
java.io.InputStream getImageAsStream(Image image) throws PortalException
PortalException
void updateImage(Image image, java.lang.String type, byte[] bytes) throws PortalException
PortalException