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 Teaming 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 Teaming sources (see Section 1.7.1, Working with Java Objects)