01-24-2011 12:57 AM
01-24-2011 04:08 AM
String path = getCompanyHome().getPath() + "/cm:" + ISO9075.encode("someName");
Reference ref = null;
try {
ref = new Reference(WORKSPACE_STORE, null, path);
Node[] nodeArray = getRepositoryService().get(new Predicate(new Reference[] { ref }, WORKSPACE_STORE, null));
ref = nodeArray[0].getReference();
System.out.println(ref.getUuid()); // Here you can get UUID
} catch (Exception e) {
System.out.println("Ref with path not found.");
}
01-24-2011 04:28 AM
07-11-2017 04:01 AM
Could you please tell me the whole procedure like how you did it. ? Please I am a noob just started this .
01-24-2011 04:32 AM
space = new Reference(WORKSPACE_STORE, "your-uuid", null);
01-24-2011 04:44 AM
06-15-2012 12:07 AM
06-23-2012 06:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.