Class ClockPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.clock.ClockPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ClockPostLoadProcessor extends java.lang.Object implements IPostLoadProcessor
Processes tickInterval and tickIntervalType sources from clock, changing their values according to the environment properties, if exist.- Since:
- 16.0.0
- Version:
- $Revision: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
-
-
Constructor Summary
Constructors Constructor Description ClockPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-