public class ApiExtensionPageServiceListenerImpl extends java.lang.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 SObjectCreationException
pageInserted in interface PageServiceListenerSObjectCreationExceptionpublic void pageDeleted(SPage page) throws SBonitaReadException, SDeletionException
pageDeleted in interface PageServiceListenerSBonitaReadExceptionSDeletionExceptionpublic void pageUpdated(SPage page, byte[] content) throws SObjectModificationException
pageUpdated in interface PageServiceListenerSObjectModificationException