Updating Page Status On Modification of Existing Content
Use
When an author changes the content of a page that has already been published, it is necessary to notify WPC and update the status of the page from 'published' to 'changed'. For this purpose you use the following method:
public void notifyOnContentModification(IUser user, String objectID, String contentHandlerID);
This method is located in the IWPCContentHandling service interface. For more information, see Extending WPC Content Handling .