Uses of Interface
com.flowable.serviceregistry.api.interceptor.ServiceInvokerInterceptor
Packages that use ServiceInvokerInterceptor
Package
Description
-
Uses of ServiceInvokerInterceptor in com.flowable.platform.engine.impl.sandbox.service
Classes in com.flowable.platform.engine.impl.sandbox.service that implement ServiceInvokerInterceptor -
Uses of ServiceInvokerInterceptor in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvokerInterceptorModifier and TypeFieldDescriptionprotected List<ServiceInvokerInterceptor>ServiceInvocationContextImpl.invokerInterceptorsprotected List<ServiceInvokerInterceptor>ServiceRegistryEngineConfiguration.serviceInvokerInterceptorsMethods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvokerInterceptorModifier and TypeMethodDescriptionServiceInvocationContextImpl.getInvokerInterceptors()ServiceRegistryEngineConfiguration.getServiceInvokerInterceptors()Methods in com.flowable.serviceregistry.engine with parameters of type ServiceInvokerInterceptorModifier and TypeMethodDescriptionvoidServiceRegistryEngineConfiguration.addServiceInvokerInterceptor(ServiceInvokerInterceptor serviceInvokerInterceptor) Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptorModifier and TypeMethodDescriptionvoidServiceInvocationContextImpl.setInvokerInterceptors(List<ServiceInvokerInterceptor> invokerInterceptors) voidServiceRegistryEngineConfiguration.setServiceInvokerInterceptors(List<ServiceInvokerInterceptor> serviceInvokerInterceptors) Constructor parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerInterceptorModifierConstructorDescriptionServiceInvocationContextImpl(Map<String, Object> serviceData, VariableContainer variableContainer, String tenantId, CommandContext commandContext, List<ServiceInvokerInterceptor> invokerInterceptors, ServiceDefinition serviceDefinition, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation) -
Uses of ServiceInvokerInterceptor in com.flowable.serviceregistry.engine.impl.observation
Classes in com.flowable.serviceregistry.engine.impl.observation that implement ServiceInvokerInterceptor