]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-6826: Reindex for a single resource type or a single document now supported.
authorremillet <remillet@yahoo.com>
Mon, 28 Mar 2016 21:50:14 +0000 (14:50 -0700)
committerremillet <remillet@yahoo.com>
Mon, 28 Mar 2016 21:50:14 +0000 (14:50 -0700)
commit9aa3cd005ac1c878fe1dab079e0d235193f89642
tree1a903afd8b0209dabc6fac4f4f70f58f3c1d5531
parentfd6b4b4681f8383826ad922fd0a8946c132c34eb
CSPACE-6826: Reindex for a single resource type or a single document now supported.
15 files changed:
services/common/src/main/java/org/collectionspace/services/common/NuxeoBasedResource.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentFilter.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/query/QueryContext.java
services/common/src/main/java/org/collectionspace/services/common/query/nuxeo/QueryManagerNuxeoImpl.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/CSReindexFulltextRoot.java [deleted file]
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/DocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/CSReindexFulltextRoot.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/ReindexFulltextRoot.java
services/servicegroup/service/src/main/java/org/collectionspace/services/servicegroup/nuxeo/ServiceGroupDocumentModelHandler.java