8990919293949596979899
} } return false; } else { DatabaseGroupNode group = (DatabaseGroupNode)node; for (int iChild = 0; iChild < group.children().size(); iChild++) { if (this.wasModified(group.children().get(iChild))) { return true; } } return false;
90919293949596979899100
} return false; } else { DatabaseGroupNode group = (DatabaseGroupNode)node; for (int iChild = 0; iChild < group.children().size(); iChild++) { if (this.wasModified(group.children().get(iChild))) { return true; } } return false; }
165166167168169170171172173174175
timestamp = node.getTimestamp(); } } DatabaseGroupNode result = new ResultGroupNode(_resultSchema, timestamp); for (DatabaseElementNode node : outputNodes) { result.children().add(node); } consumer.handle(result); } } }
5859606162636465666768
break; } } } else { DatabaseGroupNode group = (DatabaseGroupNode)node; for (int iElement = 0; iElement < group.children().size(); iElement++) { if (matches(group.children().get(iElement))) { matches = true; break; } }
5960616263646566676869
} } } else { DatabaseGroupNode group = (DatabaseGroupNode)node; for (int iElement = 0; iElement < group.children().size(); iElement++) { if (matches(group.children().get(iElement))) { matches = true; break; } } }