Indexes a binder’s sub-binders.
public Long binder_indexTree( String accessToken, long binderId );
The binder_indexTree operation indexes the specified workspace or folder, all sub-binders, and all content in all those binders.
If you want to index a binder and its contents without indexing sub-binders, use the binder_indexBinder 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 indicates the node where you want to begin indexing within the workspace hierarchy.
An array of integers, with each integer being the identifier of a binder successfully indexed.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)