How to obtain a specific version of a document ?

cancel
Showing results for 
Search instead for 
Did you mean: 
pivotofo
Member II

How to obtain a specific version of a document ?

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
EddieMay
Alfresco Employee

Re: How to obtain a specific version of a document ?

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
Senior Member

Re: How to obtain a specific version of a document ?

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