public class PdfdRemoteFactory extends Object
コンストラクタと説明 |
---|
PdfdRemoteFactory()
PdfdRemoteFactoryを生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CSVCelaRemote |
createCSVCelaRemote(String defFilePath)
DEFファイルを指定して
CSVCelaRemote オブジェクトを生成します。 |
CSVDocRemote |
createCSVDocRemote(String iodFilePath,
String cddFilePath)
IODファイルとCDD定義ファイルを指定して
CSVDocRemote オブジェクトを生成します。 |
DBDocRemote |
createDBDocRemote(String ddlFilePath)
DDLファイルを指定して
DBDocRemote オブジェクトを生成します。 |
IOIntegrationRemote |
createIOIntegrationRemote()
IOIntegrationRemote オブジェクトを生成します。 |
public CSVCelaRemote createCSVCelaRemote(String defFilePath)
CSVCelaRemote
オブジェクトを生成します。defFilePath
- レイアウト定義ファイル(DEF)のパスCSVCelaRemote
public CSVDocRemote createCSVDocRemote(String iodFilePath, String cddFilePath)
CSVDocRemote
オブジェクトを生成します。iodFilePath
- 入力レイアウト定義ファイル(IOD)のパスcddFilePath
- データマップ定義ファイル(CDD)のパスCSVDocRemote
public DBDocRemote createDBDocRemote(String ddlFilePath)
DBDocRemote
オブジェクトを生成します。ddlFilePath
- 入力レイアウト定義ファイル(DDL)のパスDBDocRemote
public IOIntegrationRemote createIOIntegrationRemote()
IOIntegrationRemote
オブジェクトを生成します。IOIntegrationRemote
IM-PDFDesigner REST Service for Accel Platform API Specifications