]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-4394 - Added a "ts" filter parameter to the list/search for authority items...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 15 Nov 2011 23:29:58 +0000 (23:29 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Tue, 15 Nov 2011 23:29:58 +0000 (23:29 +0000)
commit0e604880e5da3cf5e60d7a5ee9e41a3b4bf4eccc
treeaad850af995e66ee430d5803e967cf89c0eab81d
parent2b6ace48695cccdbb732cd7078a0a584077b521f
CSPACE-4394 - Added a "ts" filter parameter to the list/search for authority items. Takes a pipe ('|', a.k.a. %7C when URL encoded) separated list of strings that will be matched against the termStatus. All terms with a matching term status will be excluded from the results. This can result in 0 results, without problems. This can also be combined with other params, including pt.
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/personTermStatusSearch.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person_pmadry.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/person_pschmitz.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistActive.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistAll.res.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/person/res/personlistNone.res.xml [new file with mode: 0644]
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/client/src/main/java/org/collectionspace/services/client/IQueryManager.java
services/common/src/main/java/org/collectionspace/services/common/query/QueryManager.java
services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java