public abstract class IDENUMERATEPROC extends BaseProc
Constructor and Description |
---|
IDENUMERATEPROC() |
Modifier and Type | Method and Description |
---|---|
abstract short |
callback(int id)
A method to be called for each note ID in the IDTable.
|
public abstract short callback(int id) throws DominoException
A method to be called for each note ID in the IDTable.
Returning DominoAPI.ERR_CANCEL
from the callback will
cancel out of the iteration without generating an exception.
id
- the current ID to processDominoException
Copyright © 2014–2018. All rights reserved.