* chained references
*/
if (service instanceof Pojo) {
Pojo pojo = (Pojo) service;
if (pojo.getComponentInstance() instanceof ApformInstance) {
ApformInstance apform = (ApformInstance) pojo.getComponentInstance();
return apform.getApamComponent();
}
}
// it is a legacy, use brute force
for (Instance inst : instances) {