Package wt.inf.team
Interface ContainerTeamServiceSvr
- All Known Implementing Classes:
StandardContainerTeamService
public interface ContainerTeamServiceSvr
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionfindUsers(ContainerTeamManaged container)
Supported API: truevoidfixInternalOrgGroups(WTUser user) Given a WTUser object this API will 'fix' the internal Org groups.booleanisMember(ContainerTeamManaged container, WTUser user) Given a WTUser and Container, return whether that user is a member of the container's team.
-
Method Details
-
isMember
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
Supported API: true- Parameters:
container-- Returns:
- Enumeration
- Throws:
WTException
-
fixInternalOrgGroups
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
-