Package org.bonitasoft.engine.page.impl
Class ApiExtensionPageServiceListenerImpl
java.lang.Object
org.bonitasoft.engine.page.impl.ApiExtensionPageServiceListenerImpl
- All Implemented Interfaces:
PageServiceListener
- Author:
- Laurent Leseigneur, Matthieu Chaffotte
-
Constructor Summary
ConstructorsConstructorDescriptionApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService) ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService, SPageContentHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionvoidpageDeleted(SPage page) voidpageInserted(SPage sPage, byte[] content) voidpageUpdated(AbstractSPage page, byte[] content)
-
Constructor Details
-
ApiExtensionPageServiceListenerImpl
-
ApiExtensionPageServiceListenerImpl
public ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService, SPageContentHelper helper)
-
-
Method Details
-
pageInserted
- Specified by:
pageInsertedin interfacePageServiceListener- Throws:
SObjectCreationException
-
pageDeleted
- Specified by:
pageDeletedin interfacePageServiceListener- Throws:
SBonitaReadExceptionSDeletionException
-
pageUpdated
- Specified by:
pageUpdatedin interfacePageServiceListener- Throws:
SObjectModificationException
-