Class ContentNamePostLoadProcessor
- java.lang.Object
-
- lumis.content.source.postloadprocessor.ContentNamePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ContentNamePostLoadProcessor extends Object implements IPostLoadProcessor
Post load processor that loads the content name given its identifier.- Since:
- 4.2.0
- Version:
- $Revision: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
-
-
Constructor Summary
Constructors Constructor Description ContentNamePostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
protected boolean
showPublishedContentOnly(Source<?> source)
Returns if only published content should be shown for the given source.
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
showPublishedContentOnly
protected boolean showPublishedContentOnly(Source<?> source)
Returns if only published content should be shown for the given source.- Parameters:
source
- the source.- Returns:
- true if only published content should be shown, otherwise false.
- Since:
- 5.6.0
-
-