public interface XDFImporter
修飾子とタイプ | インタフェースと説明 |
---|---|
static class |
XDFImporter.ColumnValue |
修飾子とタイプ | フィールドと説明 |
---|---|
static java.util.Map<java.util.List<java.lang.Object>,XDFImporter> |
cache |
static Key |
KEY_All_Sources |
static Key |
KEY_Previous_Source |
static Key |
KEY_XDF_Source |
static Key |
KEY_XDF_Target |
static SessionValueProducerFactory |
sessionValueProducerFactory |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
clearCache()
キャッシュをクリアする
|
java.lang.String |
getContentType() |
static XDFImporter |
getInstance(XDF_ImportType type,
Updatable imp,
java.util.List<Updatable> importRootItems,
java.util.List<Updatable> importIntermediateItems) |
java.util.List<Updatable> |
parse(byte[] data,
java.lang.String contentType) |
static final java.util.Map<java.util.List<java.lang.Object>,XDFImporter> cache
static final Key KEY_XDF_Target
static final Key KEY_XDF_Source
static final Key KEY_Previous_Source
static final Key KEY_All_Sources
static final SessionValueProducerFactory sessionValueProducerFactory
static void clearCache()
static XDFImporter getInstance(XDF_ImportType type, Updatable imp, java.util.List<Updatable> importRootItems, java.util.List<Updatable> importIntermediateItems)
java.util.List<Updatable> parse(byte[] data, java.lang.String contentType) throws ServiceProcessException
java.lang.String getContentType()