Package lumis.service.formbuilder
Class IsFormPublishedPostLoadProcessor
- java.lang.Object
-
- lumis.service.formbuilder.IsFormPublishedPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class IsFormPublishedPostLoadProcessor extends Object implements IPostLoadProcessor
Post load processor that sets to true the field isPublished when theContentLocale
has a publishedContentVersion
.- Since:
- 8.2.0
- Version:
- $Revision: 18134 $ $Date: 2015-12-15 17:29:32 -0200 (Tue, 15 Dec 2015) $
-
-
Constructor Summary
Constructors Constructor Description IsFormPublishedPostLoadProcessor()
-
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
-
-