Project

General

Profile

« Previous | Next » 

Revision 47404

moved to dnet45

View differences:

ISLookUp.java
53 53
	List<String> fetch(String XQuery) throws ISLookUpException;
54 54

  
55 55
	/**
56
	 * Performs a search by criteria.
57
	 * 
58
	 * @param criteria the search criteria.
59
	 * @return An EPR poiting to a result set with the results.
60
	 * @throws ISLookUpException
61
	 */
62
	EPR search(SearchCriteria criteria) throws ISLookUpException;
63

  
64
	/**
65
	 * Performs a direct XQuery search and returns a list of xml profiles that
66
	 * match the criteria, without any processing.
67
	 * 
68
	 * @param XQuery the xquery.
69
	 * @return An EPR poiting to a result set with the results.
70
	 * @throws ISLookUpException
71
	 */
72
	EPR search(String XQuery) throws ISLookUpException;
73

  
74
	/**
75 56
	 * Uses the appropriate method in ISLookUp and performs a query without
76 57
	 * using a result set. This method should be used only when a small number
77 58
	 * of results is expected. If there is a large number of results, there is a

Also available in: Unified diff