definition_getLocalDefinitions

Obtains information about all local definitions.

Syntax

public DefinitionCollection definition_getLocalDefinitions( String accessToken, long binderId, boolean includeAncestors);

Description

The definition_getLocalDefinitions operation obtains information about the local definitions for a specified binder. If you want information about all global definitions in the installation, use the definition_getDefinitions operation.

If you want to add a fully configured binder, use template_addBinder instead.

Parameters and Return Value

accessToken

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

binderId

The binder identifier for the workspace or folder whose local definitions you want.

includeAncestors

A Boolean value that indicates whether Teaming should include local definitions inherited from ancestor workspaces and folders, which are located higher in the hierarchy than the specified binder. If you specify false, Teaming includes only the local definitions created within the specified binder.

return_value

A DefinitionCollection Java object that contains information about the binder’s local definitions.

See Also