Package lumis.service.media
Class MediaInfoFetcherPostLoadProcessor
- java.lang.Object
-
- lumis.service.media.MediaInfoFetcherPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class MediaInfoFetcherPostLoadProcessor extends Object implements IPostLoadProcessor
Adds information about an media in a source field. The id of the field with the media id must be set as the 'fieldId' parameter for this postLoadProcessor.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
Constructor Summary
Constructors Constructor Description MediaInfoFetcherPostLoadProcessor()
-
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
-
-