public abstract class NSFITEMSCANPROC extends BaseProc
Constructor and Description |
---|
NSFITEMSCANPROC() |
Modifier and Type | Method and Description |
---|---|
abstract short |
callback(short itemFlags,
String itemName,
long valuePtr,
int valueLength)
A method to be called for each item in a note.
|
public abstract short callback(short itemFlags, String itemName, long valuePtr, int valueLength) throws Exception
A method to be called for each item in a note.
Returning DominoAPI.ERR_CANCEL
from the callback will
cancel out of the iteration without generating an exception.
itemFlags
- the current item's flags; see ITEM_xxxitemName
- the name of the current itemvaluePtr
- a pointer to the value of the item in memoryvalueLength
- the length of the item's value in memory, as an unsigned integerException
Copyright © 2014–2018. All rights reserved.