| Modifier and Type | Method and Description |
|---|---|
List<UIInterceptor> |
InterceptorController.addInterceptors(String interceptorProviderId,
UIInterceptorChain uiInterceptorChain,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UIResult |
InterceptorController.changeState(String interceptorProviderId,
UIInterceptor uiInterceptor,
UUID projectUuid) |
UIResult |
InterceptorController.saveInterceptor(String interceptorProviderId,
UIInterceptor uiInterceptor,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ControllerHelper.fillInterceptorParams(org.qubership.automation.itf.core.model.interceptor.Interceptor interceptor,
org.qubership.automation.itf.core.util.provider.InterceptorProvider interceptorProvider,
UIInterceptor uiInterceptor) |
static Map<String,String> |
ControllerHelper.interceptorParamsToMap(UIInterceptor uiInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UIInterceptor> |
UITemplate.getTransportInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITemplate.setTransportInterceptors(Collection<UIInterceptor> transportInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UIInterceptor> |
UITransport.getTransportInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITransport.setTransportInterceptors(Collection<UIInterceptor> transportInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<UIInterceptor> |
UIInterceptorChain.getInterceptorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIInterceptorChain.setInterceptorChain(List<UIInterceptor> interceptorChain) |
| Constructor and Description |
|---|
UIInterceptorChain(List<UIInterceptor> interceptorChain) |
Copyright © 2025. All rights reserved.