Uses of Interface
com.flowable.serviceregistry.engine.ServiceInvoker
Packages that use ServiceInvoker
Package
Description
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvokerModifier and TypeFieldDescriptionprotected Map
<String, ServiceInvoker> ServiceRegistryEngineConfiguration.additionalServiceInvokers
protected Map
<String, ServiceInvoker> ServiceRegistryEngineConfiguration.serviceInvokers
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvokerModifier and TypeMethodDescriptionServiceRegistryEngineConfiguration.getAdditionalServiceInvokers()
ServiceRegistryEngineConfiguration.getServiceInvokers()
Methods in com.flowable.serviceregistry.engine with parameters of type ServiceInvokerModifier and TypeMethodDescriptionvoid
ServiceRegistryEngineConfiguration.addAdditionalServiceInvoker
(String key, ServiceInvoker serviceInvoker) Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerModifier and TypeMethodDescriptionvoid
ServiceRegistryEngineConfiguration.setAdditionalServiceInvokers
(Map<String, ServiceInvoker> additionalServiceInvokers) void
ServiceRegistryEngineConfiguration.setServiceInvokers
(Map<String, ServiceInvoker> serviceInvokers) -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvokerModifier and TypeMethodDescriptionprotected ServiceInvoker
InvokeServiceCmd.getServiceInvoker
(ServiceDefinitionModel serviceDefinitionModel, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvokerModifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
AbstractInvokeServiceCmd.handleServiceInvocationResponse
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse) protected ServiceInvocationResultResponse
AbstractInvokeServiceCmd.internalInvoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected ServiceInvocationResultResponse
AbstractInvokeServiceCmd.invokeService
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker
Classes in com.flowable.serviceregistry.engine.impl.invoker that implement ServiceInvokerModifier and TypeClassDescriptionclass
An abstract service invoker supporting general methods around parameter handling for service invokers. -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.db
Classes in com.flowable.serviceregistry.engine.impl.invoker.db that implement ServiceInvoker -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.expression
Classes in com.flowable.serviceregistry.engine.impl.invoker.expression that implement ServiceInvoker -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.rest
Classes in com.flowable.serviceregistry.engine.impl.invoker.rest that implement ServiceInvoker -
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.script
Classes in com.flowable.serviceregistry.engine.impl.invoker.script that implement ServiceInvokerModifier and TypeClassDescriptionclass
The script invoker is a service invoker based on either a groovy or juel script.