Package org.jbpm.services.task.utils
Class LdapSearcher.LdapResults
- java.lang.Object
-
- org.jbpm.services.task.utils.LdapSearcher.LdapResults
-
- Enclosing class:
- LdapSearcher
public class LdapSearcher.LdapResults extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapResults(List<SearchResult> searchResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAttributeResults(String attributeId)List<SearchResult>getSearchResults()StringgetSingleAttributeResult(String attributeId)SearchResultgetSingleSearchResult()
-
-
-
Constructor Detail
-
LdapResults
public LdapResults(List<SearchResult> searchResults)
-
-
Method Detail
-
getSingleSearchResult
public SearchResult getSingleSearchResult()
-
getSearchResults
public List<SearchResult> getSearchResults()
-
-