]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-306: Added code to ensure vocab terms can be deleted when they're not being...
authorRichard Millet <remillet@yahoo.com>
Sat, 3 Mar 2018 02:55:21 +0000 (18:55 -0800)
committerRichard Millet <remillet@yahoo.com>
Sat, 3 Mar 2018 02:55:21 +0000 (18:55 -0800)
commit01458d331c27e7b2d48a175fa6b23d482f91dcdc
treeb9b6081d90a115f1a05d652c4c7a562ac1acd52b
parenta33daec6869390c7c2739749887531ef7a8fb8b0
DRYD-306: Added code to ensure vocab terms can be deleted when they're not being referenced by other records.
19 files changed:
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java
services/authorization-mgt/service/src/main/java/org/collectionspace/services/authorization/RoleResource.java
services/batch/service/src/main/java/org/collectionspace/services/batch/nuxeo/UpdateObjectLocationBatchJob.java
services/claim/client/src/main/java/org/collectionspace/services/client/ClaimProxy.java
services/client/src/main/java/org/collectionspace/services/client/workflow/WorkflowClient.java
services/common-api/src/main/java/org/collectionspace/services/common/api/Tools.java
services/common/src/main/java/org/collectionspace/services/common/AbstractCollectionSpaceResourceImpl.java
services/common/src/main/java/org/collectionspace/services/common/SecurityResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentException.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaDocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoDocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/NuxeoRepositoryClientImpl.java
services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationDocumentModelHandler.java
services/structureddate/service/src/main/java/org/collectionspace/services/structureddate/StructureddateDocumentHandler.java
services/systeminfo/service/src/main/java/org/collectionspace/services/systeminfo/SystemInfoDocumentHandler.java