wt.iba.value.service
Class MultiObjIBAValueDBService.CopyResultProcessor
java.lang.Object
wt.iba.value.service.MultiObjIBAValueDBService.CopyResultProcessor
- All Implemented Interfaces:
- ResultProcessor
- Enclosing class:
- MultiObjIBAValueDBService
- static class MultiObjIBAValueDBService.CopyResultProcessor
- extends Object
- implements ResultProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
srcTargetMap
private Map srcTargetMap
srcTargetRefMap
private WTKeyedMap srcTargetRefMap
replacementMap
private WTKeyedMap replacementMap
newValues
private WTArrayList newValues
exception
private WTException exception
MultiObjIBAValueDBService.CopyResultProcessor
public MultiObjIBAValueDBService.CopyResultProcessor(Map a_srcTargetMap,
WTKeyedMap a_srcTargetRefMap,
WTKeyedMap a_replacementMap)
getNewValues
public WTArrayList getNewValues()
throws WTException
- Throws:
WTException
addElement
public void addElement(Object anObj)
- Description copied from interface:
ResultProcessor
- Add the specified object to the result processor, and increase the
size by one
Supported API: false
- Specified by:
addElement
in interface ResultProcessor
- Parameters:
anObj
-
size
public int size()
- Description copied from interface:
ResultProcessor
- Return the number of objects which have been added by the result processor
Supported API: false
- Specified by:
size
in interface ResultProcessor
- Returns:
- int
buildValue
public AbstractContextualValue buildValue(Object[] a_rawValues)
throws WTException,
WTPropertyVetoException
- Throws:
WTException
WTPropertyVetoException