Uses of Interface
org.opencastproject.util.function.ThrowingConsumer
Packages that use ThrowingConsumer
Package
Description
-
Uses of ThrowingConsumer in org.opencastproject.db
Methods in org.opencastproject.db with parameters of type ThrowingConsumerModifier and TypeMethodDescription<E extends Throwable>
voidDBSession.execChecked(ThrowingConsumer<javax.persistence.EntityManager, E> fn) Execute given function that can throw a checked exception without opening a new transaction.<E extends Throwable>
voidDBSessionImpl.execChecked(ThrowingConsumer<javax.persistence.EntityManager, E> fn) <E extends Throwable>
voidDBSession.execTxChecked(int maxTransactionRetries, ThrowingConsumer<javax.persistence.EntityManager, E> fn) Execute given function that can throw a checked exception within a transaction.<E extends Throwable>
voidDBSession.execTxChecked(ThrowingConsumer<javax.persistence.EntityManager, E> fn) Execute given function that can throw a checked exception within a transaction.<E extends Throwable>
voidDBSessionImpl.execTxChecked(int maxTransactionRetries, ThrowingConsumer<javax.persistence.EntityManager, E> fn) <E extends Throwable>
voidDBSessionImpl.execTxChecked(ThrowingConsumer<javax.persistence.EntityManager, E> fn) -
Uses of ThrowingConsumer in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return ThrowingConsumerModifier and TypeMethodDescriptionstatic ThrowingConsumer<javax.persistence.EntityManager, NotFoundException> UserDirectoryPersistenceUtil.deleteUserQuery(String username, String orgId) Delete the user with given name in the given organizationstatic ThrowingConsumer<javax.persistence.EntityManager, NotFoundException> UserDirectoryPersistenceUtil.removeGroupQuery(String groupId, String orgId) -
Uses of ThrowingConsumer in org.opencastproject.util.function
Methods in org.opencastproject.util.function that return ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer<T, ? extends Throwable> Returns a composedThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation.default ThrowingConsumer<T, ? extends Throwable> ThrowingConsumer.andThen(ThrowingConsumer<? super T, ? extends Throwable> after) Returns a composedThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in org.opencastproject.util.function with parameters of type ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer<T, ? extends Throwable> ThrowingConsumer.andThen(ThrowingConsumer<? super T, ? extends Throwable> after) Returns a composedThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation.