Class ActivityPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.activitystream.ActivityPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ActivityPostLoadProcessor extends Object implements IPostLoadProcessor
Processes the activitystream activity source, converting the field createdDateTimeMillis from Long into Date and localizing the actionId and objectTypeId fields.- Since:
- 8.2.0
- Version:
- $Revision: 18134 $ $Date: 2015-12-15 17:29:32 -0200 (Tue, 15 Dec 2015) $
-
-
Constructor Summary
Constructors Constructor Description ActivityPostLoadProcessor()
-
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
-
-