|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="5.5", sinceVersion="4.0") public interface IAttributeSetReader
Provides a common way to read attribute values, which consist in information exchanged between the portal and the search engines.
SearchContent
,
SearchResults.getAttributes()
,
SearchHit.getAttributes()
Method Summary | |
---|---|
List<String> |
getAttributeValues(String attributeName)
Returns all the values related to the attribute named as specified. |
boolean |
hasAttribute(String attributeName)
Checks if the attribute set contains at least one attribute with the specified name. |
Method Detail |
---|
boolean hasAttribute(String attributeName)
attributeName
- name of the attribute.
List<String> getAttributeValues(String attributeName)
attributeName
- name of the attribute.
List
if there is no value to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |