11-12-2010 01:39 PM
11-13-2010 10:33 AM
11-15-2010 11:34 AM
RetryingTransactionCallback<Boolean> callback = new RetryingTransactionCallback<Boolean>()
{
private myNodeToModify;
public Boolean execute() throws Throwable
{
// get lock on nodes I'm working with to ensure nobody else can jump in and change them halfway through?
//do stuff with node service, myNodeToModify, and myNodeToModify parent
}
public setMyNodeToModify(value){//}
};
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.