|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: true
Extendable: false
Method Summary | |
Enumeration |
findRoles(ContainerTeamReference containerTeamReference,
WTPrincipal principal)
Find all the roles which this principal is a member of in the container team. |
Enumeration |
findUsers(ContainerTeamManaged container)
Supported API: true |
void |
fixInternalOrgGroups(WTUser user)
Given a WTUser object this API will 'fix' the internal Org groups. |
boolean |
isConfirmedParticipant(ContainerTeamManaged container,
WTUser user)
Given a WTUser and a WTContainer return true/false - whether that user is a confirmed participant in that particular container. |
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 |
public boolean isConfirmedParticipant(ContainerTeamManaged container, WTUser user) throws WTException
container
- The container of interest.user
- The WTUser of interest.
WTException
public Enumeration findRoles(ContainerTeamReference containerTeamReference, WTPrincipal principal) throws WTException
containerTeamReference
- The container to search for the user's roles.principal
- The principal to search for membership in roles.
WTException
public boolean isMember(ContainerTeamManaged container, WTUser user) throws WTException
container
- The container to search for membership of user.user
- The user to determine membership of.
WTException
public Enumeration findUsers(ContainerTeamManaged container) throws WTException
container
-
WTException
public void fixInternalOrgGroups(WTUser user) throws WTException
user
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |