Class DataWarningInstancePostConstruction
java.lang.Object
org.silverpeas.components.datawarning.DataWarningInstancePostConstruction
- All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePostConstruction
@Service
@Named
public class DataWarningInstancePostConstruction
extends Object
implements org.silverpeas.core.admin.component.ComponentInstancePostConstruction
Once an instance of the DataWarning application is created, creates a data warning entity,
prepares a data warning scheduler and query.
- Author:
- mmoquillon
-
Field Summary
Fields inherited from interface org.silverpeas.core.admin.component.ComponentInstancePostConstruction
NAME_SUFFIX, WORKFLOW_POST_CONSTRUCTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostConstruct(String componentInstanceId) Performs post construction tasks in the behalf of the specified DataWarning instance.
-
Constructor Details
-
DataWarningInstancePostConstruction
public DataWarningInstancePostConstruction()
-
-
Method Details
-
postConstruct
Performs post construction tasks in the behalf of the specified DataWarning instance.- Specified by:
postConstructin interfaceorg.silverpeas.core.admin.component.ComponentInstancePostConstruction- Parameters:
componentInstanceId- the unique identifier of the DataWarning instance.
-