Search for a Specific Object
Find any class, method, table, or other object by name, full name, or regular expression.
This section is for developers. Use these pages to answer questions like “what does this method call?”, “what breaks if I change this class?”, or “how does this transaction reach the database?”.
Find any class, method, table, or other object by name, full name, or regular expression.
Display the full call graph of a user-facing transaction from entry point to database.
Use Path Finder to find all call paths — or the shortest path — between any two objects.
Add the objects that call or are called by a selected object, and explore the full call chain.
Use the Highlight options to visually mark direct and transitive dependencies on the canvas.
Open the source code of any object directly in the CAST Imaging canvas.
Read the properties and complexity metrics of any object in the Properties panel.
Click an edge between two classes to see which specific methods create the link.
Automatically identify the entry point and exit point of the objects currently on the canvas.
Use the Focus option to hide everything except the selected object and its immediate neighbours.
Use the Service scope to list all exposed services and understand which objects implement them.
See what changed between two snapshots, and track how a specific object evolved over time.
Was this page helpful?