Uses of Class
org.xwiki.store.TransactionRunnable
-
Uses of TransactionRunnable in org.xwiki.store
Subclasses of TransactionRunnable in org.xwiki.storeModifier and TypeClassDescriptionclass
ProvidingTransactionRunnable<R,
P extends R> A special type of TransactionRunnable which guarentees to provide state to the TransactionRunnables which are run inside of it.class
A TransactionRunnable which cannot be run inside of another runnable.class
A TransactionRunnable which is safe to start.Methods in org.xwiki.store that return TransactionRunnableModifier and TypeMethodDescriptionProvidingTransactionRunnable.asProvider()
View this as what it provides.<U extends T>
TransactionRunnable<U>RootTransactionRunnable.runIn
(TransactionRunnable<U> parentRunnable) Run this TransactionRunnable inside of a "parent" runnable.<U extends T>
TransactionRunnable<U>TransactionRunnable.runIn
(TransactionRunnable<U> parentRunnable) Run this TransactionRunnable inside of a "parent" runnable.Methods in org.xwiki.store with parameters of type TransactionRunnableModifier and TypeMethodDescription<U extends T>
TransactionRunnable<U>RootTransactionRunnable.runIn
(TransactionRunnable<U> parentRunnable) Run this TransactionRunnable inside of a "parent" runnable.<U extends T>
TransactionRunnable<U>TransactionRunnable.runIn
(TransactionRunnable<U> parentRunnable) Run this TransactionRunnable inside of a "parent" runnable.