• Find all users of an object

    Parameters

    • object: object

      Object to find users of

    • recursive: boolean

      Find users of users

    • predicate: UserFilter = null

      Filter users

    • Optional set: Set<object>

      Set to add users to, a new one will be created if none is provided

    Returns Set<object>

    a set of users

Generated using TypeDoc