12-13-2013 03:01 PM
I maintain versioning through automation client as follows:
StreamBlob streamBlob = new StreamBlob (is, fileName, assetMimeType);
session.newRequest ("Blob.Attach"). SetHeader (Constants.HEADER_NX_VOIDOP, "true"). SetInput (streamBlob.) set ("document", origDoc). execute ();
Document versionedDocument = ds.createVersion (origDoc, "Major");
When I try to do the revert (via csession.restoreToVersion ()) to a particular version, I do not find the transcodedVideos.
Why? Any suggestions?
Note: I tried to set the parent asset transcodedVideos versions but it blocks the exception VersionNotModifiable
03-21-2014 09:56 AM
What Nuxeo version did you use? This should be fixed since NXP-13587 (Nuxeo 5.8.0-HF07, Nuxeo 5.9.2).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.