Indexes a binder and its content.
public void binder_indexBinder( String accessToken, long binderId );
The binder_indexBinder operation indexes a workspace or folder (and its contents), optimizing the ability of Vibe to search its contents. This operation does not index sub-binders.
To index sub-binders, use the binder_indexTree operation.
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 that you want to index.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)