Class ProcessManagerInstancePreDestruction

java.lang.Object
org.silverpeas.processmanager.ProcessManagerInstancePreDestruction
All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePreDestruction

@Technical @Bean @Named("processManagerInstancePreDestruction") public class ProcessManagerInstancePreDestruction extends Object implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Removes all the process instances defined for the ProcessManager instance that is being deleted.
Author:
mmoquillon
  • Constructor Details

    • ProcessManagerInstancePreDestruction

      public ProcessManagerInstancePreDestruction()
  • Method Details

    • preDestroy

      public void preDestroy(String componentInstanceId)
      Performs pre destruction tasks in the behalf of the specified ProcessManager instance.
      Specified by:
      preDestroy in interface org.silverpeas.core.admin.component.ComponentInstancePreDestruction
      Parameters:
      componentInstanceId - the unique identifier of the ProcessManager instance.