Browse SQL tags with filter from SQK

Hello,

I’m developing a module running under Ignition 7.9, and I would like to do, in Java with the SDK, exactly the same thing than this python expression:

tags = system.tag.browseTags(parentPath="", tagPath="*PartialPath", tagType=“Folder”, recursive=True)

So, I would like to browse the SQL tags tree folders with a partial tag path (a path filter).
There is a way to do it in Java with the SDK?

If not, I can create a gateway script with this expression, but can I call it from the SDK?

Thanks