Lines Matching defs:search

85  * In the {@code getAttributes()} and {@code search()} methods,
123 * In the {@code getAttributes()} and {@code search()} methods,
624 // -------------------- search operations
629 * The search is performed using the default
656 * substring comparison) use the version of the <code>search</code>
675 * the name of the context to search
677 * the attributes to search for. If empty or null,
693 * @see #search(Name, String, Object[], SearchControls)
696 search(Name name,
704 * See {@link #search(Name, Attributes, String[])} for details.
707 * the name of the context to search
709 * the attributes to search for
716 search(String name,
727 * <code>search(Name, Attributes, String[])</code>.
729 * See {@link #search(Name, Attributes, String[])} for a full description.
732 * the name of the context to search
734 * the attributes to search for
738 * @see #search(Name, Attributes, String[])
741 search(Name name, Attributes matchingAttributes)
747 * See {@link #search(Name, Attributes)} for details.
750 * the name of the context to search
752 * the attributes to search for
757 search(String name, Attributes matchingAttributes)
762 * given search filter. Performs the search as specified by
763 * the search controls.
788 * some or all of its attributes, the form of <code>search</code> that
793 * See <code>search(Name, String, Object[], SearchControls)</code>.
813 * The name is either relative to the target context of the search
817 * <code>cons</code> specifies a search scope of
836 * the name of the context or object to search
838 * the filter expression to use for the search; may not be null
840 * the search controls that control the search. If null,
841 * the default search controls are used (equivalent
846 * @throws InvalidSearchFilterException if the search filter specified is
848 * @throws InvalidSearchControlsException if the search controls
852 * @see #search(Name, String, Object[], SearchControls)
857 search(Name name,
864 * given search filter. Performs the search as specified by
865 * the search controls.
866 * See {@link #search(Name, String, SearchControls)} for details.
869 * the name of the context or object to search
871 * the filter expression to use for the search; may not be null
873 * the search controls that control the search. If null,
874 * the default search controls are used (equivalent
879 * @throws InvalidSearchFilterException if the search filter specified is
881 * @throws InvalidSearchControlsException if the search controls
886 search(String name,
893 * given search filter. Performs the search as specified by
894 * the search controls.
902 * method <code>search(Name, String, SearchControls)</code>.
904 * When a variable <code>{i}</code> appears in a search filter, it
929 * The name is either relative to the target context of the search
933 * <code>cons</code> specifies a search scope of
950 * If a search filter with invalid variable substitutions is provided
960 * the name of the context or object to search
962 * the filter expression to use for the search.
973 * the search controls that control the search. If null,
974 * the default search controls are used (equivalent
985 * {@code filterArgs} represents an invalid search filter
988 * @see #search(Name, Attributes, String[])
992 search(Name name,
1000 * given search filter. Performs the search as specified by
1001 * the search controls.
1002 * See {@link #search(Name, String, Object[], SearchControls)} for details.
1005 * the name of the context or object to search
1007 * the filter expression to use for the search.
1018 * the search controls that control the search. If null,
1019 * the default search controls are used (equivalent
1030 * {@code filterArgs} represents an invalid search filter
1034 search(String name,