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.additionalServiceInvokersprotected Map<String,ServiceInvoker> ServiceRegistryEngineConfiguration.serviceInvokersMethods 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 TypeMethodDescriptionvoidServiceRegistryEngineConfiguration.addAdditionalServiceInvoker(String key, ServiceInvoker serviceInvoker) Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvokerModifier and TypeMethodDescriptionvoidServiceRegistryEngineConfiguration.setAdditionalServiceInvokers(Map<String, ServiceInvoker> additionalServiceInvokers) voidServiceRegistryEngineConfiguration.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 ServiceInvokerInvokeServiceCmd.getServiceInvoker(ServiceDefinitionModel serviceDefinitionModel, CommandContext commandContext) Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceInvokerModifier and TypeMethodDescriptionprotected ServiceInvocationResultResponseInvokeServiceCmd.handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceInvocationResultResponse invocationResponse) protected ServiceInvocationResultResponseInvokeServiceCmd.internalInvoke(ServiceInvoker serviceInvoker, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, CommandContext commandContext) protected ServiceInvocationResultResponseInvokeServiceCmd.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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassThe script invoker is a service invoker based on either a groovy or juel script.