getPackageHierarchy(RefBaseObject pObject) This method navigates the package hierarchy for the given object and returns it in form of array 'path' of packages.
public static RefObject[] getAllInstancesInPackage(RefPackage pPackage)(Code)
This method returns all instances of all objects in the given package and all subpackages
RefObject[] aray of all instance objects in the given package and all subpackages
getPackageHierarchy
public static RefPackage[] getPackageHierarchy(RefBaseObject pObject)(Code)
This method navigates the package hierarchy for the given object and returns it in form of array 'path' of packages.
RefPackage[] hierarchy of packages for the object. Outermost package occupying zero element of the returned array
getReferencedElements
public static Collection getReferencedElements(RefObject pReferencingObject)(Code)
Collection of RefObjects directly referenced by this element