简体   繁体   English

IBM Process Designer - 查找所有 Java 类引用

[英]IBM Process Designer - find all Java class references

My team inherited a system to support and develop and it's mostly created in IBM Process Designer with some functionality coming from external Java classes.我的团队继承了一个系统来支持和开发,它主要是在 IBM Process Designer 中创建的,其中一些功能来自外部 Java 类。

Documentation is missing or incomplete (what a surprise!) so I need to make some kind of "architecture map" for further refactoring based on the existing implementation.文档丢失或不完整(多么令人惊讶!)所以我需要制作某种“架构图”,以便基于现有实现进行进一步重构。 So the question is: what's the best way to find and list all calls to Java integration components (ideally, to all Java methods) in IBM PD?所以问题是:在 IBM PD 中查找和列出对 Java 集成组件(最好是对所有 Java 方法)的所有调用的最佳方法是什么? Going process by process manually is a big troublesome because solution is rather complex.手动逐个处理是一个很大的麻烦,因为解决方案相当复杂。

Found the solution:找到了解决办法:

If you go to Snapshots in Process Center you can export Installation Package to local machine.如果您转到 Process Center 中的快照,您可以将安装包导出到本地机器。 Unzip it, then unzip export.twx and in Objectss folder you'll find XML representation of all objects.解压缩它,然后解压缩 export.twx,在 Objectss 文件夹中,您将找到所有对象的 XML 表示。 Search for 'javaClassName' string and you'll get the list.搜索“javaClassName”字符串,您将获得列表。

Unfortunately I had to use this workaround because default tab "Where is used" in PD did not provide any information.不幸的是,我不得不使用这种解决方法,因为 PD 中的默认选项卡“使用位置”没有提供任何信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM