public interface PageServiceListener
| Modifier and Type | Method and Description |
|---|---|
void |
pageDeleted(SPage page) |
void |
pageInserted(SPage page,
byte[] content) |
void |
pageUpdated(SPage page,
byte[] content) |
void pageInserted(SPage page, byte[] content) throws SObjectCreationException
SObjectCreationExceptionvoid pageDeleted(SPage page) throws SDeletionException, SBonitaReadException
void pageUpdated(SPage page, byte[] content) throws SObjectModificationException
SObjectModificationException