类的用途
javax.naming.directory.SearchResult
使用 SearchResult 的包
-
SearchResult 在 javax.naming.directory 中的用法
返回类型中包含 SearchResult 类型参数的 javax.naming.directory 中的方法修饰符和类型方法描述DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) 在命名上下文或对象中搜索满足给定搜索过滤器的条目。DirContext.search(String name, String filter, SearchControls cons) 在命名上下文或对象中搜索满足给定搜索过滤器的条目。DirContext.search(String name, Attributes matchingAttributes) 在单个上下文中搜索包含一组指定属性的对象。DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn) 在单个上下文中搜索包含一组指定属性的对象,并检索选定的属性。DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) 在命名上下文或对象中搜索满足给定搜索过滤器的条目。DirContext.search(Name name, String filter, SearchControls cons) 在命名上下文或对象中搜索满足给定搜索过滤器的条目。DirContext.search(Name name, Attributes matchingAttributes) 在单个上下文中搜索包含一组指定属性的对象。DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn) 在单个上下文中搜索包含一组指定属性的对象,并检索选定的属性。InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) InitialDirContext.search(String name, String filter, SearchControls cons) InitialDirContext.search(String name, Attributes matchingAttributes) InitialDirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn) InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) InitialDirContext.search(Name name, String filter, SearchControls cons) InitialDirContext.search(Name name, Attributes matchingAttributes) InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)