-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Convert, Events / Works
-
Tags:
-
Sprint:TGV 07
New API on the ConversionService to launch an asynchronous conversion.
- String scheduleConversion(String converterName, BlobHolder blobHolder, Map<String, Serializable> parameters)
Schedule a conversion to be run asynchronously and returns a conversion id to be used by #getConversionResult.
- BlobHolder getConversionResult(String id, boolean cleanTransientStoreEntry)
Returns the result BlobHolder of the conversion id if any, null otherwise.