Class UserJourneyInstancePostLoadProcessor
- java.lang.Object
-
- lumis.service.analytics.journey.postload.UserJourneyInstancePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class UserJourneyInstancePostLoadProcessor extends Object implements IPostLoadProcessor
Process theJourneyInstance
data to be user friendly.- Since:
- 12.2.0
- Version:
- $Revision: 23535 $ $Date: 2020-01-14 13:18:39 -0300 (Tue, 14 Jan 2020) $
-
-
Constructor Summary
Constructors Constructor Description UserJourneyInstancePostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-