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.Object
    An 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.Object getJoinValue() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtualRow

        public VirtualRow(java.lang.Object joinValue,
                          java.util.Map<java.lang.String,java.lang.Object> columnValues)
    • Method Detail

      • getJoinValue

        public java.lang.Object getJoinValue()
      • getColumns

        public java.util.Map<java.lang.String,java.lang.Object> getColumns()

© Copyright IBM Corporation 2006, 2019. All rights reserved.