definition_getDefinitionByName

Obtains information about a global definition.

Syntax

public DefinitionBrief definition_getDefinitionByName( String accessToken, String definitionName );

Description

The definition_getDefinitionByName operation obtains information about a global definition by using the definition name. To get information about a local definition, use the definition_getLocalDefinitionByName 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.

definitionName

The descriptive word or phrase used to name the global definition.

return_value

A DefinitionBrief Java object containing information about the global definition.

See Also