Obtains all global definitions in the installation.
public DefinitionCollection definition_getDefinitions( String accessToken );
The definition_getDefinitions operation obtains information about all global definitions in the installation. To get information about local definitions, use the definition_getLocalDefinitions operation.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A DefinitionCollection Java object containing information about all global definitions in the installation.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)