Package wt.team

Interface RoleHolder2

All Known Implementing Classes:
wt.inf.team._ContainerTeam, _OrgContainer, wt.team._Team, wt.team._TeamDistributionList, wt.team._TeamTemplate, wt.team._WTActorRoleHolder2, wt.team._WTIndirectRoleHolder2, wt.team._WTRoleHolder2, ContainerTeam, OrgContainer, Team, TeamDistributionList, TeamTemplate, WTActorRoleHolder2, WTIndirectRoleHolder2, WTRoleHolder2

public interface RoleHolder2
RoleHolder is an interface for classes implementing role to principal mappings

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Answer an enumeration of principal references assigned to role

    Supported API: true
  • Method Details

    • 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