11-06-2008 10:56 AM
NodeRef containerNodeRef;
String nodeId = this.navigator.getCurrentNodeId();
if(nodeId != null) {
containerNodeRef = this.nodeService.getRootNode(Repository.getStoreRef());
} else {
containerNodeRef = new NodeRef(Repository.getStoreRef(), nodeId);
}
Set aspects = nodeService.getAspects(containerNodeRef);
I can see all the aspects applied to the current space but how to get the value of one of the specific aspect property ?11-06-2008 11:45 AM
Object value = nodeService.getProperty(myNodeRef, myQName);
this.nodeService.setProperty(myNodeRef,myQName,myObjectValue);
11-13-2008 03:58 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.