1 package org.collectionspace.hello.services;
\r
3 public interface CollectionSpaceResource {
\r
4 //replace WORKSPACE_UID for resource workspace
\r
5 static String CS_NUXEO_WORKSPACE_UID = "6c7881fe-54c5-486e-b144-a025dee3a484";
\r
6 static String CS_NUXEO_DEFAULT_REPOS = "default";
\r
7 //replace host if not running on localhost
\r
8 static String CS_NUXEO_HOST = "localhost";
\r
9 static String CS_NUXEO_URI = "http://" + CS_NUXEO_HOST + ":8080/nuxeo";
\r