Hello,
I am using the Java DFS productivity layer and trying to discover all versions for one object.I tried using
IVersionControlService.getVersionInfo(ObjectIdentitySet objectIdentitySe) method, the identityset contains one ObjectIdentity with token_id associate to a version of the object.. This object suppose to have 7 versions, this is confirmed, however, it only returns the version of this version of the object, but not the rest versions.
anyone has any idea? do I need to populate the identityset with all identites for all versions? or how do I discover the complete identityset for this object?
thanks,
Miles