org.alfresco.service.cmr.attributes
Interface AttributeService.AttributeQueryCallback

Enclosing interface:
AttributeService

public static interface AttributeService.AttributeQueryCallback

Callback used for querying for lists of attributes.

Since:
3.4

Method Summary
 boolean handleAttribute(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 ID
value - the value associated with the attribute
keys - the unique attribute keys
Returns:
true to continue sending results if any are available


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.