| Package | Description |
|---|---|
| org.bonitasoft.engine.execution.work | |
| org.bonitasoft.engine.transaction |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteConnectorOfActivity.evaluateOutput(Map<String,Object> context,
ConnectorResult result,
SConnectorDefinition sConnectorDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
STransactionCommitException |
class |
STransactionCreationException |
class |
STransactionRollbackException |
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TransactionService.getState()
Obtain the status of the transaction associated with the current thread.
|
TransactionState |
JTATransactionServiceImpl.getState() |
boolean |
TransactionService.isRollbackOnly() |
boolean |
JTATransactionServiceImpl.isRollbackOnly() |
boolean |
TransactionService.isTransactionActive()
Deprecated.
|
boolean |
JTATransactionServiceImpl.isTransactionActive()
Deprecated.
|
void |
TransactionService.setRollbackOnly()
Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
|
void |
JTATransactionServiceImpl.setRollbackOnly() |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.