Obtains information about a global definition.
public DefinitionBrief definition_getDefinitionByName( String accessToken, String definitionName );
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.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The descriptive word or phrase used to name the global definition.
A DefinitionBrief Java object containing information about the global definition.
Java objects in the Vibe sources (see Working with Java Objects)