|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Index
Identifies expected behavior and an associated loader to build and maintain a named index. Note that a single loader may be used to maintain multiple named indexes.
Method Summary | |
---|---|
IndexLoader |
getLoader()
Returns an object used to administer and maintain the Index. |
CodedNodeSet |
locateMatchingDesignations(CodedNodeSet baseSet,
java.lang.String matchText,
boolean preferredOnly,
java.lang.String language)
Return a coded node set containing all of the nodes that match the supplied criteria. |
CodedNodeSet |
locateMatchingProperties(CodedNodeSet baseSet,
LocalNameList propertyList,
java.lang.String matchText,
java.lang.String language)
Return a coded node set containing all of the nodes that match the supplied criteria. |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Extendable |
---|
getDescription, getName, getProvider, getVersion |
Method Detail |
---|
IndexLoader getLoader()
CodedNodeSet locateMatchingDesignations(CodedNodeSet baseSet, java.lang.String matchText, boolean preferredOnly, java.lang.String language) throws LBException
baseSet
- Set of nodes to be searched.matchText
- Filter stringpreferredOnly
- True means match only preferred designations, false means all.language
- Filter language, where appropriate
LBException
CodedNodeSet locateMatchingProperties(CodedNodeSet baseSet, LocalNameList propertyList, java.lang.String matchText, java.lang.String language) throws LBException
baseSet
- Starting set to searchpropertyList
- List of properties to include in the match. Absent means all
properties.matchText
- Text String to use in the matchlanguage
- Language code to match agains
LBException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |