wt.inf.team
Interface ContainerTeamServiceSvr

All Known Implementing Classes:
StandardContainerTeamService

public interface ContainerTeamServiceSvr



Supported API: true

Extendable: false


Method Summary
 Enumeration findUsers(ContainerTeamManaged container)
          

Supported API: true
 void fixInternalOrgGroups(WTUser user)
          Given a WTUser object this API will 'fix' the internal Org groups.
 boolean isMember(ContainerTeamManaged container, WTUser user)
          Given a WTUser and Container, return whether that user is a member of the container's team.
 

Method Detail

isMember

boolean isMember(ContainerTeamManaged container,
                 WTUser user)
                 throws WTException
Given a WTUser and Container, return whether that user is a member of the container's team.

Supported API: true

Parameters:
container - The container to search for membership of user.
user - The user to determine membership of.
Returns:
boolean
Throws:
WTException

findUsers

Enumeration findUsers(ContainerTeamManaged container)
                      throws WTException


Supported API: true

Parameters:
container -
Returns:
Enumeration
Throws:
WTException

fixInternalOrgGroups

void fixInternalOrgGroups(WTUser user)
                          throws WTException
Given a WTUser object this API will 'fix' the internal Org groups. The user will be removed from any existing org groups and added to the 'correct' one (based on the current user's o= attribute setting). .

Supported API: true

Parameters:
user -
Throws:
WTException