<port>8180</port>\r
</configuration>\r
<executions>\r
- <execution>\r
+<!-- <execution>\r
<id>jboss-undeploy</id>\r
<goals>\r
<goal>undeploy</goal>\r
<param>${project.build.directory}/${project.build.finalName}.war</param>\r
</fileNames>\r
</configuration>\r
- </execution>\r
+ </execution> -->\r
</executions>\r
</plugin>\r
\r
import org.collectionspace.services.collectionobject.CollectionObjectResource;
import org.collectionspace.services.id.IDResource;
import org.collectionspace.services.intake.IntakeResource;
-import org.collectionspace.services.RelationResource;
+import org.collectionspace.services.relation.RelationResource;
import javax.ws.rs.core.Application;
import java.util.HashSet;
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services.common;\r
+package org.collectionspace.services.common.relation;\r
\r
import java.io.IOException;\r
import java.util.List;\r
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services.common;\r
+package org.collectionspace.services.common.relation;\r
\r
import java.io.IOException;\r
import java.util.List;\r
\r
import org.collectionspace.services.common.repository.DocumentException;\r
-import org.collectionspace.services.nuxeo.RelationUtilsNuxeoImpl;\r
+import org.collectionspace.services.nuxeo.relation.RelationUtilsNuxeoImpl;\r
import org.collectionspace.services.relation.Relation;\r
+import org.collectionspace.services.common.relation.RelationUtils;\r
+\r
import org.dom4j.Document;\r
\r
/**\r
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services.nuxeo;\r
+package org.collectionspace.services.nuxeo.relation;\r
\r
import java.io.IOException;\r
import java.io.Serializable;\r
import java.util.List;\r
import java.util.Map;\r
\r
-import org.collectionspace.services.RelationJAXBSchema;\r
-import org.collectionspace.services.RelationListItemJAXBSchema;\r
+import org.collectionspace.services.relation.RelationJAXBSchema;\r
+import org.collectionspace.services.relation.RelationListItemJAXBSchema;\r
+import org.collectionspace.services.common.relation.RelationUtils;\r
\r
-import org.collectionspace.services.common.RelationUtils;\r
import org.collectionspace.services.relation.Relation;\r
import org.collectionspace.services.relation.RelationshipType;\r
import org.collectionspace.services.nuxeo.util.NuxeoUtils;\r
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services;\r
+package org.collectionspace.services.relation;\r
\r
/**\r
* The Interface RelationJAXBSchema.\r
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services;\r
+package org.collectionspace.services.relation;\r
\r
/**\r
* The Interface RelationListItemJAXBSchema.\r
import org.collectionspace.services.relation.RelationshipType;
import org.collectionspace.services.client.RelationClient;
-import org.collectionspace.services.RelationJAXBSchema;
+import org.collectionspace.services.relation.RelationJAXBSchema;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
* You may obtain a copy of the ECL 2.0 License at
* https://source.collectionspace.org/collection-space/LICENSE.txt
*/
-package org.collectionspace.services;
+package org.collectionspace.services.relation;
import java.util.Iterator;
import java.util.List;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.Marshaller;
-import org.collectionspace.services.RelationService;
+import org.collectionspace.services.relation.RelationService;
import org.collectionspace.services.relation.*;
import org.collectionspace.services.relation.RelationList.*;
-import org.collectionspace.services.RelationJAXBSchema;
-import org.collectionspace.services.RelationListItemJAXBSchema;
+import org.collectionspace.services.relation.RelationJAXBSchema;
+import org.collectionspace.services.relation.RelationListItemJAXBSchema;
import org.collectionspace.services.common.ServiceMain;
import org.collectionspace.services.common.repository.DocumentException;
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services;\r
+package org.collectionspace.services.relation;\r
\r
import java.io.IOException;\r
import org.dom4j.Document;\r
* You may obtain a copy of the ECL 2.0 License at\r
* https://source.collectionspace.org/collection-space/LICENSE.txt\r
*/\r
-package org.collectionspace.services;\r
+package org.collectionspace.services.relation;\r
\r
//import java.io.ByteArrayInputStream;\r
import java.io.IOException;\r
import org.collectionspace.services.common.repository.DocumentException;\r
//import org.collectionspace.services.nuxeo.NuxeoRESTClient;\r
import org.collectionspace.services.nuxeo.CollectionSpaceServiceNuxeoImpl;\r
-import org.collectionspace.services.nuxeo.RelationUtilsNuxeoImpl;\r
+import org.collectionspace.services.nuxeo.relation.RelationUtilsNuxeoImpl;\r
import org.collectionspace.services.relation.Relation;\r
//import org.collectionspace.services.relation.RelationList;\r
//import org.collectionspace.services.relation.RelationshipType;\r
//import org.collectionspace.services.RelationJAXBSchema;\r
import org.collectionspace.services.nuxeo.util.NuxeoUtils;\r
-import org.collectionspace.services.common.RelationsManager;\r
+import org.collectionspace.services.common.relation.RelationsManager;\r
//import org.collectionspace.services.common.ServiceMain;\r
\r
import org.dom4j.Document;\r