Uses of Class
org.jbpm.services.task.utils.LdapSearcher.SearchScope
-
Packages that use LdapSearcher.SearchScope Package Description org.jbpm.services.task.utils -
-
Uses of LdapSearcher.SearchScope in org.jbpm.services.task.utils
Methods in org.jbpm.services.task.utils that return LdapSearcher.SearchScope Modifier and Type Method Description static LdapSearcher.SearchScope
LdapSearcher.SearchScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static LdapSearcher.SearchScope[]
LdapSearcher.SearchScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-