Hi
I want to get the objects that use a service in a diagram. I get the diagram and the object and try to use this function: getConnectedObjs(Constants.OT_IS_SERVICE, Constants.EDGES_IN), but there is a message telling me that this method doesn't exists.
Any suggestions?
Regards
Robert Goldenbaum on
Hi,
the method is like this: getConnectedObjs ( int[] aObjTypes, int nCxnKind )
So you have to put the OT into [ ] as this is to be an array...
And it will only work if you have the object definition, but not the object occurrence.
BR Robert