Package org.bonitasoft.engine.page
Interface PageServiceListener
-
- All Known Implementing Classes:
ApiExtensionPageServiceListenerImpl
public interface PageServiceListener- Since:
- 7.0
- Author:
- Laurent Leseigneur, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpageDeleted(SPage page)voidpageInserted(SPage page, byte[] content)voidpageUpdated(AbstractSPage page, byte[] content)
-
-
-
Method Detail
-
pageInserted
void pageInserted(SPage page, byte[] content) throws SObjectCreationException
- Throws:
SObjectCreationException
-
pageDeleted
void pageDeleted(SPage page) throws SDeletionException, SBonitaReadException
-
pageUpdated
void pageUpdated(AbstractSPage page, byte[] content) throws SObjectModificationException
- Throws:
SObjectModificationException
-
-