Uses of Interface
com.atlassian.servicedesk.api.customer.NoExceptionsCallable
Packages that use NoExceptionsCallable
-
Uses of NoExceptionsCallable in com.atlassian.servicedesk.api.customer
Methods in com.atlassian.servicedesk.api.customer with parameters of type NoExceptionsCallableModifier and TypeMethodDescription<T> T
CustomerContextService.runInCustomerContext
(NoExceptionsCallable<T> callable) Executes the code in a "customer context".<T> T
CustomerContextService.runOutOfCustomerContext
(NoExceptionsCallable<T> callable) Executes the code out of a "customer context".