09-06-2006 09:45 AM
Reference node = new Reference(STORE, null, nodepath);
Association[] assoc = {new Association("my:association", AssociationDirectionEnum.source)};
QueryResult queryAssoc = repositoryService.queryAssociated(node, assoc);
ResultSet resultSetAssoc = queryAssoc.getResultSet();
09-21-2006 11:04 AM
<associations>
<child-association name="my:association">
<source>
<mandatory>true</mandatory>
<many>false</many>
</source>
<target>
<class>my:associatedimage</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
<duplicate>false</duplicate>
</child-association>
</associations>
10-03-2006 11:29 AM
QueryResult queryAssoc = repositoryService.queryChildren(node);
and iterate the results to do some "manual" checks since it's not possible to give the association type.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.