Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Business process management 使用RESTAPI获取IBM BPM 8.6上的文档属性_Business Process Management_Filenet P8_Ibm Bpm_Filenet - Fatal编程技术网

Business process management 使用RESTAPI获取IBM BPM 8.6上的文档属性

Business process management 使用RESTAPI获取IBM BPM 8.6上的文档属性,business-process-management,filenet-p8,ibm-bpm,filenet,Business Process Management,Filenet P8,Ibm Bpm,Filenet,我试图在IBM BPM文档存储中检索文档的属性存储,但找不到任何可调用的API,是否有解决方法来实现这一点 我正在尝试使用Java将文档从ibmdocumentstore复制到Filenet。 我可以通过以下方式获取快照的文档: /rest/bpm/wle/v1/process/ 以及使用以下方法获取文档内容: /portal/jsp/ecmDocument?operation=ajax\u getDocumentContent 但是我还需要这个文档的属性您可以在流程应用程序中创建一个服务,用

我试图在IBM BPM文档存储中检索文档的属性存储,但找不到任何可调用的API,是否有解决方法来实现这一点
我正在尝试使用Java将文档从ibmdocumentstore复制到Filenet
我可以通过以下方式获取快照的文档:

/rest/bpm/wle/v1/process/

以及使用以下方法获取文档内容:

/portal/jsp/ecmDocument?operation=ajax\u getDocumentContent


但是我还需要这个文档的属性

您可以在流程应用程序中创建一个服务,用于检索这些属性,然后通过Rest API调用它