Package | Description |
---|---|
com.atlassian.servicedesk.api.customer |
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".
|
Copyright © 2020 Atlassian. All rights reserved.