definition_getDefinitions

Obtains all global definitions in the installation.

Syntax

public DefinitionCollection definition_getDefinitions( String accessToken );

Description

The definition_getDefinitions operation obtains information about all global definitions in the installation. To get information about local definitions, use the definition_getLocalDefinitions operation.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

return_value

A DefinitionCollection Java object containing information about all global definitions in the installation.

See Also