scriptNode.sourceAssocs instead of assocs for targets?
Is there a way to get the source associations of a node? assocs returns only the target association.I found org.alfresco.repo.jscript.ScriptNode.getSourceAssocs() in the code but I don't understand how the java object is hooked to the javascript obje...