Returns information about the versions of a file.
public void binder_getFileVersions( String accessToken, long binderID, String fileName );
The binder_getFileVersion operation retrieves information about the versions of a file associated with a workspace or folder.
By default, workspaces and folders do not contain files, but users can alter definitions by using the designers in the user interface so that a custom workspace or folder can include one or more files.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier for the workspace or folder.
The filename of the file you want to retrieve version information about.
A File Version Java object that contains information about the file versions.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)