binder_getBinder

Accepts a binder identifier to get information about a binder.

Syntax

public Binder binder_getBinder( String accessToken, long binderId, boolean includeAttachments );

Description

The binder_getBinder operation gets information about a workspace or folder.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder for which you want information.

includeAttachments

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.

return_value

A Binder Java object that contains data and methods for the requested binder.

See Also