From 1fe8e7e1e93f33933459c62f84ddf3b5fee45796 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 11 May 2010 21:08:54 +0000 Subject: [PATCH] CSPACE-1079: Added getReferencingObjects() support to Organization service. --- .../collectionspace/services/client/PersonAuthorityProxy.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java b/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java index 6d8c0ac58..01c5b5de4 100644 --- a/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java +++ b/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityProxy.java @@ -62,6 +62,8 @@ public interface PersonAuthorityProxy extends CollectionSpaceProxy { ClientResponse readItemList(@PathParam("vcsid") String vcsid); /** + * @param parentcsid + * @param itemcsid * @param csid * @return * @see org.collectionspace.services.client.IntakeProxy#getAuthorityRefs(java.lang.String) -- 2.47.3