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()
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, CommandContext commandContext) Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvokerModifier and TypeMethodDescriptionprotected ServiceInvocationResultResponse
InvokeServiceCmd.handleServiceInvocationResponse
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResponse invocationResponse) protected List<ServiceInvocationResultResponse>
InvokeListServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) protected abstract T
InvokeServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) protected ServiceInvocationResultResponse
InvokeSingleServiceCmd.invoke
(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) protected T
InvokeServiceCmd.invokeService
(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, 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.