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