Reserves an entry.
public void folder_reserveEntry( String accessToken, long entryId );
The folder_reserveEntry operation reserves an entry in a folder, preventing others from modifying it.
Users reserve and release an entry in the UI using the
and menu items.Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the entry you want to reserve.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)