wt.team
Interface RoleHolder2

All Known Implementing Classes:
ContainerTeam, OrgContainer, WTActorRoleHolder2, WTRoleHolder2

public interface RoleHolder2

RoleHolder is an interface for classes implementing role to principal mappings

Supported API: true

Extendable: false


Method Summary
 Enumeration getPrincipalTarget(Role role)
          Answer an enumeration of principal references assigned to role

Supported API: true
 

Method Detail

getPrincipalTarget

Enumeration getPrincipalTarget(Role role)
                               throws WTException
Answer an enumeration of principal references assigned to role

Supported API: true

Parameters:
role - the Role object used as search criteria in the retrieval of PrincipalReferences
Returns:
Enumeration
Throws:
WTException