03-30-2012 01:43 PM
QName userVeto = QName.createQName(NamespaceService.APP_MODEL_1_0_URI, "UserVeto");
((TransactionServiceImpl)getTransactionService()).setAllowWrite(true, userVeto);
boolean testW = ((TransactionServiceImpl)getTransactionService()).isReadOnly();
boolean testW2 = ((TransactionServiceImpl)getTransactionService()).getAllowWrite();
((PersonServiceImpl)getPersonService()).setTransactionService((TransactionServiceImpl)getTransactionService());
getPersonService().createPerson(properties);
03-30-2012 03:46 PM
03-30-2012 06:35 PM
getTransactionService().getRetryingTransactionHelper().setForceWritable(true);
String normalized = getTransactionService().getRetryingTransactionHelper().doInTransaction(
04-02-2012 06:22 AM
04-02-2012 01:36 PM
If you need to be reactive based on user login, then you need to apply a transaction watch and fire a post-transaction process to do the read-write work.
04-02-2012 04:26 PM
04-03-2012 01:18 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.