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. additionalServiceInvokersprotected java.util.Map<java.lang.String,ServiceInvoker>ServiceRegistryEngineConfiguration. serviceInvokersMethods 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 voidServiceRegistryEngineConfiguration. setAdditionalServiceInvokers(java.util.Map<java.lang.String,ServiceInvoker> additionalServiceInvokers)voidServiceRegistryEngineConfiguration. 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 ServiceInvokerInvokeServiceCmd. 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 ServiceInvocationResponseInvokeServiceCmd. 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.db
Classes in com.flowable.serviceregistry.engine.impl.invoker.db that implement ServiceInvoker Modifier and Type Class Description classDbServiceInvoker -
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 classExpressionInvoker -
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 classRestServiceInvoker