I need to directly access (consult) to versioned nodes.
i.e.: exists a content named A (at version 1.4)
- is it possible to create a link (app:link) A' hooking the content A at version 1.1 ?
- is it possible to retrive the content (and metadatas, of course) of A at version 1.1, without delete the changes done after the version 1.1?
Is it possible (if does, what the API? if possible, webservices?) or does exist a tricky way to to this without implement any kind of business logic? (i.e. copying the content in the same space, adding a metadata that indentify the version number)