Uses of Interface
com.flowable.agent.api.history.AgentInvocationExchange
Packages that use AgentInvocationExchange
Package
Description
-
Uses of AgentInvocationExchange in com.flowable.agent.engine.impl.history
Methods in com.flowable.agent.engine.impl.history that return types with arguments of type AgentInvocationExchangeModifier and TypeMethodDescriptionAgentInvocationExchangeQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentInvocationExchange in com.flowable.agent.engine.impl.job
Methods in com.flowable.agent.engine.impl.job that return AgentInvocationExchangeModifier and TypeMethodDescriptionprotected AgentInvocationExchangeProcessAiActivatedPlanItemInstancesJobHandler.createExchangeForAutomatic(AgentEngineConfiguration agentEngineConfiguration, org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstanceEntity, String explanation, AgentInvocation agentInvocation) protected AgentInvocationExchangeProcessAiActivatedPlanItemInstancesJobHandler.createExchangeForSuggestion(AgentEngineConfiguration agentEngineConfiguration, org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstanceEntity, String explanation, ActionInstance actionInstance, AgentInvocation agentInvocation) protected AgentInvocationExchangeProcessAiActivatedPlanItemInstancesJobHandler.createSuggestionExchange(AgentEngineConfiguration agentEngineConfiguration, AgentInvocation agentInvocation, String humanReadableContent, String technicalContent) -
Uses of AgentInvocationExchange in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of AgentInvocationExchange in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement AgentInvocationExchangeMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type AgentInvocationExchangeModifier and TypeMethodDescriptionAgentInvocationExchangeEntityManager.findByCriteria(AgentInvocationExchangeQuery query) AgentInvocationExchangeEntityManagerImpl.findByCriteria(AgentInvocationExchangeQuery query) -
Uses of AgentInvocationExchange in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type AgentInvocationExchangeModifier and TypeMethodDescriptionAgentInvocationExchangeDataManager.findByCriteria(AgentInvocationExchangeQueryImpl query) -
Uses of AgentInvocationExchange in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type AgentInvocationExchangeModifier and TypeMethodDescriptionMybatisAgentInvocationExchangeDataManager.findByCriteria(AgentInvocationExchangeQueryImpl query)