Package lumis.service.media
Class MediaStatusPostLoadProcessor
- java.lang.Object
-
- lumis.service.media.MediaStatusPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class MediaStatusPostLoadProcessor extends Object implements IPostLoadProcessor
This class sets the value for the status field. It is composed of the file transformation status and a javascript to reprocess a file transformation with error.- Since:
- 7.0.0
- Version:
- $Revision: 20808 $ $Date: 2017-11-30 17:13:55 -0200 (Thu, 30 Nov 2017) $
-
-
Constructor Summary
Constructors Constructor Description MediaStatusPostLoadProcessor()
-
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
-
-