Class SilverpeasContentDeleter
- java.lang.Object
-
- org.silverpeas.core.contribution.contentcontainer.content.SilverpeasContentDeleter
-
- All Implemented Interfaces:
ContributionDeletion
public class SilverpeasContentDeleter extends Object implements ContributionDeletion
Deleter of silverpeas content relative to a contribution that has been deleted.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description SilverpeasContentDeleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(Contribution contribution)
Deletes the resources belonging to the specified contribution.
-
-
-
Method Detail
-
delete
public void delete(Contribution contribution)
Description copied from interface:ContributionDeletion
Deletes the resources belonging to the specified contribution. This method is invoked by the generic contribution deletion service when an event about the deletion of a contribution is received.- Specified by:
delete
in interfaceContributionDeletion
- Parameters:
contribution
- the contribution that was deleted.
-
-