Package org.silverpeas.processmanager
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
-
Field Summary
Fields inherited from interface org.silverpeas.core.admin.component.ComponentInstancePostConstruction
NAME_SUFFIX, WORKFLOW_POST_CONSTRUCTION -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProcessManagerInstancePostConstruction
public ProcessManagerInstancePostConstruction()
-
-
Method Details
-
postConstruct
- Specified by:
postConstructin interfaceorg.silverpeas.core.admin.component.ComponentInstancePostConstruction
-