cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain a specific version of a document ?

pivotofo
Champ in-the-making
Champ in-the-making

Hi,

I have problems obtaining a specific version of a document. 

I execute the query using ObjectId like this:

479a507f-f095-4a97-bc11-db900ae18055;1.11

or

479a507f-f095-4a97-bc11-db900ae18055;1.7.

But I always obtain the latest version of the document.

Any answer?

Thanks!

Hot busty babes...and even sluts! https://www.bigtitsporn.xxx/ Coolest porn site
 

 

 

2 REPLIES 2

EddieMay
World-Class Innovator
World-Class Innovator

Hi @pivotofo,

This is a duplicate of this question. If you can provide the information that @janv asked for in response, perhaps someone will be able to help you.

Kind regards, 

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

kintu_barot
Star Collaborator
Star Collaborator

You can use VersionService to get the version of a specific node.

serviceRegistry.getVersionService().getCurrentVersion(nodeRef);
serviceRegistry.getVersionService().getVersionHistory(nodeRef).getAllVersions();

The above method will return the collection of all the versions of a nodeRef passed.

There are many more methods provided by versioning service.

Regards,
Kintu