08-21-2011 05:08 AM
08-21-2011 12:35 PM
08-21-2011 01:08 PM
08-21-2011 02:09 PM
However, is this a common use case?yes and no… at least in my case. Yes, retrieving multiple group lists is, but in my case it is limited to 5 and I need the lists separated after retrieval, since I want to display them per group. Adding this additional logic which might require additional queries to the db (not sure, but it might) for me did not outway the 1 query to retrieve all
Would it be worthwhile for it to be part the API?Yes and no (yes and not sure actually), see the answer before
I have also noticed that a similar situations with Task assignment where each entity in the assignment takes a roundtrip to the DB(Correct me if my understanding is wrong)I recall something like this yes, but thought it was fixed (check Jira)
08-22-2011 12:45 AM
yes and no… at least in my case. Yes, retrieving multiple group lists is, but in my case it is limited to 5 and I need the lists separated after retrieval, since I want to display them per group. Adding this additional logic which might require additional queries to the db (not sure, but it might) for me did not outway the 1 query to retrieve allIf you were going to display the lists as separate groups then there is no reason to query them together and then separate them, atleast thats what I believe.
I recall something like this yes, but thought it was fixed (check Jira)I believe this is still there. The method signature is getTaskService().saveTask(task) So I am assuming it will do it as different db statements. Anyways, I shall skim through the JIRA and see.
08-22-2011 10:15 AM
08-22-2011 02:04 PM
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.