Uses of Class
org.xwiki.store.TransactionRunnable
-
Uses of TransactionRunnable in org.xwiki.store
Subclasses of TransactionRunnable in org.xwiki.storeModifier and TypeClassDescriptionclassProvidingTransactionRunnable<R,P extends R> A special type of TransactionRunnable which guarentees to provide state to the TransactionRunnables which are run inside of it.classA TransactionRunnable which cannot be run inside of another runnable.classA 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.