09-14-2007 08:24 AM
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
Association[] assoc = {new Association("my:ClausulaPliegoC", AssociationDirectionEnum.source)};
try {
queryAssociated = repositoryService.queryAssociated(node, assoc);
ResultSet associatedResultSet = queryAssociated.getResultSet();
ResultSetRow[] rows = associatedResultSet.getRows();
…
09-18-2007 05:26 AM
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.