]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5025: Adding 'prepare' 'handle' 'complete' phases to RepositoryClient delete...
authorRichard Millet <remillet@berkeley.edu>
Fri, 20 Apr 2012 19:27:18 +0000 (12:27 -0700)
committerRichard Millet <remillet@berkeley.edu>
Fri, 20 Apr 2012 19:27:18 +0000 (12:27 -0700)
commitc54dacc5f61fb7e57949933baf34b7ec89187dcd
tree7c5fe1ceda5150e79e5503a4a77ffc9039fb9977
parenteb214940e1442d0acab1d3451acf78cb37793f74
CSPACE-5025: Adding 'prepare' 'handle' 'complete' phases to RepositoryClient delete operations.  Adding validate for soft and hard deletes on relationship records.

Signed-off-by: Richard Millet <remillet@berkeley.edu>
31 files changed:
services/IntegrationTests/pom.xml
services/IntegrationTests/src/test/java/org/collectionspace/services/IntegrationTests/test/RelationIntegrationTest.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
services/client/src/main/java/org/collectionspace/services/client/workflow/WorkflowClient.java
services/common/src/main/java/org/collectionspace/services/common/AbstractMultiPartCollectionSpaceResourceImpl.java
services/common/src/main/java/org/collectionspace/services/common/ResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/StorageClient.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/common/workflow/service/nuxeo/WorkflowDocumentModelHandler.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RemoteDocumentModelHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/concept/service/src/main/java/org/collectionspace/services/concept/nuxeo/ConceptValidatorHandler.java
services/contact/service/src/main/java/org/collectionspace/services/contact/AuthorityResourceWithContacts.java
services/dimension/3rdparty/nuxeo-platform-cs-dimension/pom.xml
services/dimension/client/pom.xml
services/dimension/client/src/test/java/org/collectionspace/services/client/test/DimensionXmlReplayTest.java
services/dimension/service/src/main/java/org/collectionspace/services/dimension/nuxeo/DimensionDocumentModelHandler.java
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationValidatorHandler.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityValidatorHandler.java
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationValidatorHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityValidatorHandler.java
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonValidatorHandler.java
services/place/service/src/main/java/org/collectionspace/services/place/nuxeo/PlaceValidatorHandler.java
services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationDocumentModelHandler.java
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonValidatorHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemValidatorHandler.java
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyValidatorHandler.java