Class ProcessManagerInstancePostConstruction

java.lang.Object
org.silverpeas.processmanager.ProcessManagerInstancePostConstruction
All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePostConstruction

@Technical @Bean @Named("processManagerInstancePostConstruction") public class ProcessManagerInstancePostConstruction extends Object implements org.silverpeas.core.admin.component.ComponentInstancePostConstruction
Find and creates for the spawned ProcessManager instance a process model, id est instantiates the workflow defined into the XML descriptor associated with the ProcessManager instance. If an error occurs while creating the workflow, a RuntimeException is thrown.
Author:
mmoquillon
  • Constructor Details

    • ProcessManagerInstancePostConstruction

      public ProcessManagerInstancePostConstruction()
  • Method Details

    • postConstruct

      public void postConstruct(String componentInstanceId)
      Specified by:
      postConstruct in interface org.silverpeas.core.admin.component.ComponentInstancePostConstruction