Package org.netxms.client.search
Interface SearchAttributeProvider
public interface SearchAttributeProvider
Interface for objects that can provide data for search query.
- 
Method SummaryModifier and TypeMethodDescriptiongetAttribute(String name) Get value of given attribute for this object.getText()Get text for this object.
- 
Method Details- 
getTextString getText()Get text for this object.- Returns:
- text for this object
 
- 
getAttributeGet value of given attribute for this object.- Parameters:
- name- name of the attribute
- Returns:
- value of requested attribute or null if attribute does not exist or has no value
 
 
-