|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.1", 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 | |
---|---|
java.util.List<java.lang.String> |
getAttributeValues(java.lang.String attributeName)
Returns all the values related to the attribute named as specified. |
boolean |
hasAttribute(java.lang.String attributeName)
Checks if the attribute set contains at least one attribute with the specified name. |
Method Detail |
---|
boolean hasAttribute(java.lang.String attributeName)
attributeName
- name of the attribute.
java.util.List<java.lang.String> getAttributeValues(java.lang.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 |