Class ContentChildrenPostLoadProcessor
- java.lang.Object
-
- lumis.service.hierarchicalcontent.ContentChildrenPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ContentChildrenPostLoadProcessor extends Object implements IPostLoadProcessor
Filters the source keeping only the children of the selected content and their children up to the defined depth- Since:
- 8.0.0
- Version:
- $Revision: 17049 $ $Date: 2015-03-03 11:26:53 -0300 (Tue, 03 Mar 2015) $
-
-
Constructor Summary
Constructors Constructor Description ContentChildrenPostLoadProcessor()
-
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
-
-