10-09-2006 03:11 PM
CMLCreate create = new CMLCreate(name, parentReference, "http://www.inovox.de/model/1.0/email", props);
CML cml = new CML();
cml.setCreate(new CMLCreate[]{create});
// create the node without content
UpdateResult[] result = repositoryService.update(cml);
10-10-2006 10:54 AM
ParentReference parentReference = new ParentReference(
STORE,
null,
linkPath,
Constants.ASSOC_CONTAINS,
objectName);
10-10-2006 02:26 PM
parentReference = new ParentReference();
parentReference.setAssociationType(ASSOC_CONTAINS);
parentReference.setStore(store);
parentReference.setUuid(rootFolder.getUuid());
The store is a reference to the SpacesStore:
store = new Store(StoreEnum.workspace, "SpacesStore");
The rootFolder is a Reference from the following path which is simply a Space in the Company Home:10-11-2006 10:13 AM
10-11-2006 03:21 PM
10-12-2006 03:52 AM
10-12-2006 06:06 AM
10-19-2006 05:50 AM
10-19-2006 06:16 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.