01-20-2009 08:30 AM
final RetryingTransactionHelper trxHelper = transactionService.getRetryingTransactionHelper();
return trxHelper.doInTransaction(new RetryingTransactionCallback<NodeRef>() {
public NodeRef execute() throws Throwable {
final int v = nodeService.getProperty(nodeRef, qName);
nodeService.setProperty(nodeRef, qName, v + 1);
}
}
01-20-2009 09:48 AM
01-20-2009 10:56 AM
01-20-2009 01:00 PM
01-22-2009 02:19 PM
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.