DirHumanParticipant.fetchMatchingName(session,partialName)

Returns all the enabled human participants whose display names match the given pattern.

The search pattern use the following rules: the '*' is the wild card, if you want to use a '*' not as wild card, use '\*'.

Example: Fetch Participants whose display name begins with "Mary".

    allMarys = myPart1.fetchMatchingName(session : mySession,
                                     partialName : "Mary*")

Arguments:

Name Type Description Mode
session Fuego.Fdi.DirectorySession an active session with the directory provider in
partialName String the name of the human participant to look for in