JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.polarion.alm.shared.api.transaction.RunnableInWriteTransaction
Packages that use
RunnableInWriteTransaction
Package
Description
com.polarion.alm.shared.api.transaction
Uses of
RunnableInWriteTransaction
in
com.polarion.alm.shared.api.transaction
Methods in
com.polarion.alm.shared.api.transaction
with parameters of type
RunnableInWriteTransaction
Modifier and Type
Method
Description
static <T> T
TransactionalExecutor.
executeInWriteTransaction
(
RunnableInWriteTransaction
<T> runnable)
Executes the runnable in write transaction, should be used only when some writing is needed.