Uses of Interface
com.flowable.agent.engine.impl.model.external.ExternalAgentInvoker
Packages that use ExternalAgentInvoker
Package
Description
-
Uses of ExternalAgentInvoker in com.flowable.agent.engine
Fields in com.flowable.agent.engine with type parameters of type ExternalAgentInvokerModifier and TypeFieldDescriptionprotected Map<String, ExternalAgentInvoker> AgentEngineConfiguration.externalAgentInvokersMethods in com.flowable.agent.engine that return types with arguments of type ExternalAgentInvokerMethods in com.flowable.agent.engine with parameters of type ExternalAgentInvokerModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.registerExternalAgentInvoker(ExternalAgentInvoker externalAgentInvoker) Method parameters in com.flowable.agent.engine with type arguments of type ExternalAgentInvokerModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setExternalAgentInvokers(Map<String, ExternalAgentInvoker> externalAgentInvokers) -
Uses of ExternalAgentInvoker in com.flowable.agent.engine.impl.model.external
Fields in com.flowable.agent.engine.impl.model.external declared as ExternalAgentInvokerModifier and TypeFieldDescriptionprotected ExternalAgentInvokerExternalAgentModelInvoker.externalAgentInvokerMethods in com.flowable.agent.engine.impl.model.external that return ExternalAgentInvokerConstructors in com.flowable.agent.engine.impl.model.external with parameters of type ExternalAgentInvokerModifierConstructorDescriptionExternalAgentModelInvoker(AgentEngineConfiguration agentEngineConfiguration, ExternalAgentInvoker externalAgentInvoker, FlowableAuthenticationApiKey authenticationApiKey) -
Uses of ExternalAgentInvoker in com.flowable.agent.engine.impl.model.external.azure
Classes in com.flowable.agent.engine.impl.model.external.azure that implement ExternalAgentInvoker -
Uses of ExternalAgentInvoker in com.flowable.agent.engine.impl.model.external.salesforce
Classes in com.flowable.agent.engine.impl.model.external.salesforce that implement ExternalAgentInvoker