]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5359: findDocs now accepts an ORDER BY statement, while still defaulting to...
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 10 Jul 2012 23:56:27 +0000 (16:56 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 10 Jul 2012 23:56:27 +0000 (16:56 -0700)
commit576153641903cca5f1f6e7a52c3ee9334fbd5992
tree8c3e8cc7cfcfcd30870f71e4e34967b8e81c457e
parent6b1a4cc7328b900cf016d76d0b310eb1d8215b15
CSPACE-5359: findDocs now accepts an ORDER BY statement, while still defaulting to returning documents in descending order by updatedAt timestamps. When updating display names in authority references, we now obtain documents in ascending order by createdAt timestamps, which should be static for existing records.
services/common/src/main/java/org/collectionspace/services/common/query/QueryContext.java
services/common/src/main/java/org/collectionspace/services/common/vocabulary/RefNameServiceUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java