Establishes the owner of the binder.
public long binder_setOwner( String accessToken, long binderId, long userId);
The binder_setOwner operation establishes the specified user as the owner of 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 whose owner you want to establish.
The identifier for the user whom you want to be the owner of the binder.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)