Java API call to retrieve Cases and associated Rules
Is there an easy way in Java to retrieve a list of Cases, scroll through the array and get associated RuleSets, to read the properties of those RuleSets?
It actually doesn't have to be easy, I'm mainly looking for objects that will allow me to do this. Only thing I've found remotely close is the clipboard objects, but I want to work with more than what is just currently loaded.