Class AlmanachInstancePreDestruction
java.lang.Object
org.silverpeas.components.almanach.AlmanachInstancePreDestruction
- All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePreDestruction
@Technical
@Bean
@Named
public class AlmanachInstancePreDestruction
extends Object
implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Before being deleted, remove all events in an almanach instance.
- Author:
- mmoquillon
-
Field Summary
Fields inherited from interface org.silverpeas.core.admin.component.ComponentInstancePreDestruction
NAME_SUFFIX, WORKFLOW_PRE_DESTRUCTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreDestroy(String componentInstanceId) Performs pre destruction tasks in the behalf of the specified Almanach instance.
-
Constructor Details
-
AlmanachInstancePreDestruction
public AlmanachInstancePreDestruction()
-
-
Method Details
-
preDestroy
Performs pre destruction tasks in the behalf of the specified Almanach instance.- Specified by:
preDestroyin interfaceorg.silverpeas.core.admin.component.ComponentInstancePreDestruction- Parameters:
componentInstanceId- the unique identifier of the Almanach instance.
-