Interface IVcApplicationInfoFilterFactory


public interface IVcApplicationInfoFilterFactory
  • Method Details

    • getAccessible

      IFilter<ApplicationInfo> getAccessible()
      Get a filter for applications the current user has access to.
      Returns:
      The filter.
    • getAccessibleByTemplate

      IFilter<ApplicationInfo> getAccessibleByTemplate(String p_strTemplateGuid)
      Get a filter for applications of the given type the current user has access to.
      Parameters:
      p_strTemplateGuid - The application template GUID.
      Returns:
      The filter.