Obtains information about all local definitions.
public DefinitionCollection definition_getLocalDefinitions( String accessToken, long binderId, boolean includeAncestors);
The definition_getLocalDefinitions operation obtains information about the local definitions for a specified binder. If you want information about all global definitions in the installation, use the definition_getDefinitions operation.
If you want to add a fully configured binder, use template_addBinder instead.
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 local definitions you want.
A Boolean value that indicates whether Vibe should include local definitions inherited from ancestor workspaces and folders, which are located higher in the hierarchy than the specified binder. If you specify false, Vibe includes only the local definitions created within the specified binder.
A DefinitionCollection Java object that contains information about the binder’s local definitions.
Java objects in the Vibe sources (see Working with Java Objects)