Interface IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver

Enclosing interface:
IUserItemTypeAccessResolverProvider

public static interface IUserItemTypeAccessResolverProvider.IUserItemTypeAccessResolver
A provider of methods that i2 Analyze calls to determine whether the user for whom it was generated has access to data with a particular type.
  • Method Details

    • getAccessLevelForItemType

      TypeAccess getAccessLevelForItemType(IItemType itemType)
      Gets the TypeAccess granted to the user for a particular item type.
      Parameters:
      itemType - The IItemType for which to determine the user's access rights.
      Returns:
      See above.