Uses of Interface
com.flowable.serviceregistry.engine.ServiceInvoker
Package
Description
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine
Modifier and TypeFieldDescriptionprotected Map<String,
ServiceInvoker> ServiceRegistryEngineConfiguration.additionalServiceInvokers
protected Map<String,
ServiceInvoker> ServiceRegistryEngineConfiguration.serviceInvokers
Modifier and TypeMethodDescriptionServiceRegistryEngineConfiguration.getAdditionalServiceInvokers()
ServiceRegistryEngineConfiguration.getServiceInvokers()
Modifier 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
Modifier and TypeMethodDescriptionprotected ServiceInvoker
InvokeServiceCmd.getServiceInvoker
(ServiceDefinitionModel serviceDefinitionModel, CommandContext commandContext) Modifier 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
Modifier 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
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.expression
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.rest
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.script
Modifier and TypeClassDescriptionclass
The script invoker is a service invoker based on either a groovy or juel script.