i\'m a total newbie to java and Alfresco and i have this simple problem: i need to get all child Associations of a noderef with Association Type = \"risposteAssociate\". In Java
I think you want the getChildAssocs(NodeRef,QName,QName) nodeservice call. Something like:
nodeService.getChildAssocs(parentNodeRef, ContentModel.ASSOC_CONTAINS, RegexQNamePattern.MATCH_ALL);