com.filenet.api.engine
Class VirtualTableHandler.VirtualRow
- java.lang.Object
-
- com.filenet.api.engine.VirtualTableHandler.VirtualRow
-
- Enclosing interface:
- VirtualTableHandler
public static class VirtualTableHandler.VirtualRow extends java.lang.ObjectAn object representing a virtual row, consisting of the joining value for that row and the additonal column values materialised for that row. The Map of column values may include (name, value) pairs for items other than the virtual columns described by the results of initialize, to assist the handler in responding to the rowConsumed and getContinuation methods.
-
-
Constructor Summary
Constructors Constructor and Description VirtualRow(java.lang.Object joinValue, java.util.Map<java.lang.String,java.lang.Object> columnValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Map<java.lang.String,java.lang.Object>getColumns()java.lang.ObjectgetJoinValue()
-