Interface SilverContentPostUpdate
-
- All Known Implementing Classes:
ClassifyEngine
public interface SilverContentPostUpdate
It is a process implied within the update of a silverpeas content. Usually such process is about the treatments of some transverses services that are using silverpeas content such as pdc classification for example. The process should be invoked after a silverpeas content update.For each silverpeas content, different kind of transverses resources have to be managed after an update (the cache of pdc classification engine for example).
- Author:
- silveryocha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postSilverpeasContentUpdate(int silverContentId)
Performs post silverpeas content tasks.
-