Package org.bonitasoft.engine.page.impl
Class ApiExtensionPageServiceListenerImpl
- java.lang.Object
-
- org.bonitasoft.engine.page.impl.ApiExtensionPageServiceListenerImpl
-
- All Implemented Interfaces:
PageServiceListener
public class ApiExtensionPageServiceListenerImpl extends java.lang.Object implements PageServiceListener
- Author:
- Laurent Leseigneur, Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService)ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService, SPageContentHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpageDeleted(SPage page)voidpageInserted(SPage sPage, byte[] content)voidpageUpdated(AbstractSPage page, byte[] content)
-
-
-
Constructor Detail
-
ApiExtensionPageServiceListenerImpl
public ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService)
-
ApiExtensionPageServiceListenerImpl
public ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService, SPageContentHelper helper)
-
-
Method Detail
-
pageInserted
public void pageInserted(SPage sPage, byte[] content) throws SObjectCreationException
- Specified by:
pageInsertedin interfacePageServiceListener- Throws:
SObjectCreationException
-
pageDeleted
public void pageDeleted(SPage page) throws SBonitaReadException, SDeletionException
- Specified by:
pageDeletedin interfacePageServiceListener- Throws:
SBonitaReadExceptionSDeletionException
-
pageUpdated
public void pageUpdated(AbstractSPage page, byte[] content) throws SObjectModificationException
- Specified by:
pageUpdatedin interfacePageServiceListener- Throws:
SObjectModificationException
-
-