Package com.ca.commons.naming

Examples of com.ca.commons.naming.DN


      if (!returnAttrs.equalsIgnoreCase(ReturnAttributesDialog.DEFAULT_RETURN_ATTRS))
      {
        closeSearchGUI();
        String[] attrNames = ReturnAttributesDialog.getReturnAttributes(returnAttrs);
        searchModel.openRetAttrDisplay(jx, attrNames, (jx.getSearchTree()).getDataSource());                           
        SearchExecute.run(jx.getSearchTree(), new DN(baseDNTextField.getText()), getLDAPFilter(), attrNames, searchLevelCombo.getSelectedIndex(), jx.getSearchBroker())//TE: the search details.       
      }     
      else
      {
        closeSearchGUI();
        SearchExecute.run(jx.getSearchTree(), new DN(baseDNTextField.getText()), getLDAPFilter(),
                        new String[] {"objectClass"}, searchLevelCombo.getSelectedIndex(), jx.getSearchBroker())//TE: the search details.      SearchExecute.run(jx.getSearchTree(), new DN(baseDNTextField.getText()), getLDAPFilter(), attrNames, searchLevelCombo.getSelectedIndex(), jx.getSearchBroker());  //TE: the search details.
     
      jx.getTreeTabPane().setSelectedComponent(jx.getResultsPanel())
    }   
    else
View Full Code Here

TOP

Related Classes of com.ca.commons.naming.DN

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.