Class ComponentsPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.deployment.ComponentsPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ComponentsPostLoadProcessor extends Object implements IPostLoadProcessor
Post load processor for the deployment components source. Fills up external fields values.- Since:
- 7.1.0
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description ComponentsPostLoadProcessor()
-
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
-
-