public interface ImportPluginTarget
Modifier and Type | Method and Description |
---|---|
DBObject |
getTarget(Importer importer,
DBObject base,
MutableDataSource ds,
Path path,
java.util.ArrayList fldList,
java.util.ArrayList fieldValues)
getTarget returns the target object for the given path
The importer will then update that returned target record with the
values supplied in the fieldValues vector
|
boolean |
isTargetHandled(Importer importer,
DataSource ds,
Path path)
isTargetHandled informs the plugin to call getTarget for this
path rather then finding or creating the object
|
boolean isTargetHandled(Importer importer, DataSource ds, Path path) throws java.lang.Exception
importer
- ds
- the data sourcepath
- java.lang.Exception
- a serious problemDBObject getTarget(Importer importer, DBObject base, MutableDataSource ds, Path path, java.util.ArrayList fldList, java.util.ArrayList fieldValues) throws java.lang.Exception
importer
- base
- the base objectds
- the data sourcepath
- fldList
- fieldValues
- java.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.