Package com.tailf.maapi
Interface MaapiIterate
- All Superinterfaces:
 ConfIterate
This interface is used with the Iterate method in Maapi. It allows a way
 to iterate through a set of data in a transaction and have a user provided
 method applied on each of the data elements.
- 
Method Summary
Modifier and TypeMethodDescriptioniterate(ConfObject[] kp, ConfObject value, ConfAttributeValue[] attrs, Object initstate)  
- 
Method Details
- 
iterate
ConfIterateResultFlag iterate(ConfObject[] kp, ConfObject value, ConfAttributeValue[] attrs, Object initstate)  
 -