Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 Import API 以编程方式执行 Update Impex?目前我必须登录 HAC 并使用繁琐的 Web 界面执行更新 Impex。
DefaultImportService有一个名为importData的方法。此方法需要一个ImportConfig对象作为参数。
在此ImportConfig 中,您可以设置您想要运行 Impex 的方式(例如在 hac 中,例如,您可以选择在旧模式下运行 impex)并且您可以设置也将运行的脚本(即setScript(ImpExResource 脚本))。