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 org.bonitasoft.engine.commons.exceptions.SObjectCreationException
org.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionvoid pageDeleted(SPage page) throws org.bonitasoft.engine.commons.exceptions.SDeletionException, org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.commons.exceptions.SDeletionExceptionorg.bonitasoft.engine.persistence.SBonitaReadExceptionvoid pageUpdated(SPage page, byte[] content) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionCopyright © 2017 Bonitasoft S.A.. All rights reserved.