[SOLVED] Accesing all JSR223/Jython Item Values

This may be helpful for you…

I don’t know about better, but a list comprehension will work too…

def getfromgroup(locationgroup, functionalgroup):
    return [item for item in itemRegistry.getItem(locationgroup).members if item in itemRegistry.getItem(functionalgroup).members]

Thank you… contributions are always welcome! There are 54 attributes and methods for a GroupItem. The helper library repo is not the proper place for them to be documented, since they do not have anything to do with the helper libraries. Javadoc has been written for them, but we still do not have a means for displaying it. However, some of the older Javadoc from ESH is still available.