saurabh
I'm new here

I want to know the script to get no. of Package, and objects under the Packages for a given project

Jump to solution

I want to know the script to get no. of Package, and objects under the Packages for a given project

1 Solution

Accepted Solutions
pavone
I'm new here

Hello,

please see https://community.e-spirit.com/thread/5359

Both getPackages and getStartNodes return a Collection object. So you can use size() to get the number of packages and the number of objects in each package.

Best regards

Tim

View solution in original post

1 Reply
pavone
I'm new here

Hello,

please see https://community.e-spirit.com/thread/5359

Both getPackages and getStartNodes return a Collection object. So you can use size() to get the number of packages and the number of objects in each package.

Best regards

Tim