getTeamsAsXML

Returns information about all workspaces and folders that have assigned teams. (V1—V1.0.3)

Syntax

public String getTeamsAsXML( );

Description

The getTeamsAsXML operation returns an XML string providing information about all workspaces and folders that have assigned teams. You can use this operation to obtain the list of places that have assigned teams, note a binder number of a particular place, and then use the getTeamMembersAsXML operation to obtain the list of team members for that place.

Return Value

return_value

An XML string whose elements describe workspaces and folders that have assigned teams.

Example

call.setOperationName(new QName(“getTeamsAsXML”)); Object result = call.invoke();

This code returns information about all places in the Teaming installation that have assigned teams.

See Also