Package org.silverpeas.processmanager
Class ProcessManagerInstancePostConstruction
- java.lang.Object
-
- org.silverpeas.processmanager.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 Summary
Constructors Constructor Description ProcessManagerInstancePostConstruction()
-
-
-
Method Detail
-
postConstruct
public void postConstruct(String componentInstanceId)
- Specified by:
postConstruct
in interfaceorg.silverpeas.core.admin.component.ComponentInstancePostConstruction
-
-