public class ApiExtensionPageServiceListenerImpl extends Object implements PageServiceListener
| Constructor and Description |
|---|
ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService) |
ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService,
SPageContentHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
pageDeleted(SPage page) |
void |
pageInserted(SPage sPage,
byte[] content) |
void |
pageUpdated(SPage page,
byte[] content) |
public ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService)
public ApiExtensionPageServiceListenerImpl(PageMappingService pageMappingService, SPageContentHelper helper)
public void pageInserted(SPage sPage, byte[] content) throws org.bonitasoft.engine.commons.exceptions.SObjectCreationException
pageInserted in interface PageServiceListenerorg.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionpublic void pageDeleted(SPage page) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SDeletionException
pageDeleted in interface PageServiceListenerorg.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SDeletionExceptionpublic void pageUpdated(SPage page, byte[] content) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
pageUpdated in interface PageServiceListenerorg.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionCopyright © 2015 Bonitasoft S.A.. All rights reserved.