Uses of Interface
com.flowable.serviceregistry.engine.ServiceInvoker
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine with type parameters of type ServiceInvoker Modifier and Type Field Description protected java.util.Map<java.lang.String,ServiceInvoker>
ServiceRegistryEngineConfiguration. additionalServiceInvokers
protected java.util.Map<java.lang.String,ServiceInvoker>
ServiceRegistryEngineConfiguration. serviceInvokers
Methods in com.flowable.serviceregistry.engine that return types with arguments of type ServiceInvoker Modifier and Type Method Description java.util.Map<java.lang.String,ServiceInvoker>
ServiceRegistryEngineConfiguration. getAdditionalServiceInvokers()
java.util.Map<java.lang.String,ServiceInvoker>
ServiceRegistryEngineConfiguration. getServiceInvokers()
Method parameters in com.flowable.serviceregistry.engine with type arguments of type ServiceInvoker Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setAdditionalServiceInvokers(java.util.Map<java.lang.String,ServiceInvoker> additionalServiceInvokers)
void
ServiceRegistryEngineConfiguration. setServiceInvokers(java.util.Map<java.lang.String,ServiceInvoker> serviceInvokers)
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return ServiceInvoker Modifier and Type Method Description protected 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 ServiceInvoker Modifier and Type Method Description protected ServiceInvocationResponse
InvokeServiceCmd. invokeService(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvoker serviceInvoker, ServiceInvocationContextImpl context, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.db
Classes in com.flowable.serviceregistry.engine.impl.invoker.db that implement ServiceInvoker Modifier and Type Class Description class
DbServiceInvoker
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.expression
Classes in com.flowable.serviceregistry.engine.impl.invoker.expression that implement ServiceInvoker Modifier and Type Class Description class
ExpressionInvoker
-
Uses of ServiceInvoker in com.flowable.serviceregistry.engine.impl.invoker.rest
Classes in com.flowable.serviceregistry.engine.impl.invoker.rest that implement ServiceInvoker Modifier and Type Class Description class
RestServiceInvoker