Accepts a binder identifier to get information about a binder.
public Binder binder_getBinder( String accessToken, long binderId, boolean includeAttachments );
The binder_getBinder operation gets information about a workspace or folder.
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 for which you want information.
A Boolean value that indicates whether you want Vibe to return attached files.
By default, workspaces do not include attached files. However, users can use the designers to define workspaces that do include attached files.
A Binder Java object that contains data and methods for the requested binder.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)