Package | Description |
---|---|
com.atlassian.servicedesk.api.customer | |
com.atlassian.servicedesk.api.util.fp |
Modifier and Type | Method and Description |
---|---|
<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".
|
Modifier and Type | Method and Description |
---|---|
static NoExceptionsCallable<com.atlassian.fugue.Unit> |
FpKit.runnableToNoExceptionsCallable(Runnable runnable)
Turns a runnable into a callable
|
Copyright © 2019 Atlassian. All rights reserved.