Interface AttributeService.AttributeQueryCallback
-
- Enclosing interface:
- AttributeService
public static interface AttributeService.AttributeQueryCallbackCallback used for querying for lists of attributes.- Since:
- 3.4
- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleAttribute(java.lang.Long id, java.io.Serializable value, java.io.Serializable[] keys)Handle an attribute value
-
-
-
Method Detail
-
handleAttribute
boolean handleAttribute(java.lang.Long id, java.io.Serializable value, java.io.Serializable[] keys)Handle an attribute value- Parameters:
id- the unique attribute IDvalue- the value associated with the attributekeys- the unique attribute keys- Returns:
- true to continue sending results if any are available
-
-