Uses of Interface
biz.hammurapi.dataflow.Data

Packages that use Data
biz.hammurapi.dataflow   
 

Uses of Data in biz.hammurapi.dataflow
 

Subinterfaces of Data in biz.hammurapi.dataflow
 interface PersistentData
          Persistent data.
 

Classes in biz.hammurapi.dataflow that implement Data
 class DataFilter
          Delegates all calls to the master data.
 class MapData
          Data backed by HashMap.
 class PersistentDataFilter
          Delegates all calls to the master.
 

Methods in biz.hammurapi.dataflow that return Data
protected  Data AbstractMixer.chainInputs(AbstractMixer.InputEntry[] inputs)
          Creates output data by chaining non-null inputs.
protected  Data AbstractMixer.createData(Data[] chain)
          Factory method for data.
protected  Data DataPump.createData(java.util.Map newValues, Data chain)
          Creates new data with return values or error.
protected  Data JavaMethodDataPipe.createData(java.util.Map newValues, Data chain)
          Creates new data with return values or error.
 Data AbstractMixer.InputEntry.getData()
           
protected  Data AbstractMixer.mountInputs(AbstractMixer.InputEntry[] inputs, java.lang.String separator)
          Creates output data by mounting non-null inputs using their names plus separator as prefixes.
protected  Data DataPump.passData(Data data, DataItemInfo[] sinkInfo)
          Passes data from source to sink adjusting data types.
 

Methods in biz.hammurapi.dataflow with parameters of type Data
 boolean DataPump.DataSinkProxy.addData(Data data)
           
 boolean DataSink.addData(Data data)
          Adds data to the sink.
 boolean DataTypeMatcher.addData(Data data)
           
 boolean JavaMethodDataPipe.addData(Data data)
           
 boolean Multiplexor.addData(Data data)
          Dispatched data to sinks.
protected  boolean AbstractMixer.addData(java.lang.String name, Data data)
          This method invokes join logic.
protected  Data AbstractMixer.createData(Data[] chain)
          Factory method for data.
protected  Data DataPump.createData(java.util.Map newValues, Data chain)
          Creates new data with return values or error.
protected  Data JavaMethodDataPipe.createData(java.util.Map newValues, Data chain)
          Creates new data with return values or error.
protected  Data DataPump.passData(Data data, DataItemInfo[] sinkInfo)
          Passes data from source to sink adjusting data types.
 

Constructors in biz.hammurapi.dataflow with parameters of type Data
DataFilter(Data master)
           
MapData(Data[] chain)
           
MapData(java.util.Map source, Data[] chain)
           
 



Copyright © 2005 Hammurapi Group. All Rights Reserved.