Class ProcessManagerInstancePostConstruction

  • All Implemented Interfaces:
    org.silverpeas.core.admin.component.ComponentInstancePostConstruction

    @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 an the XML descriptor associated with the ProcessManager instance. If an error occurs while creating the workflow, a RuntimeException is thrown.
    Author:
    mmoquillon
    • Constructor Detail

      • ProcessManagerInstancePostConstruction

        public ProcessManagerInstancePostConstruction()
    • Method Detail

      • postConstruct

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