Uses of Interface
com.flowable.agent.api.history.AgentInvocation
Packages that use AgentInvocation
Package
Description
-
Uses of AgentInvocation in com.flowable.agent.engine.impl.job
Methods in com.flowable.agent.engine.impl.job with parameters of type AgentInvocationModifier 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) protected voidProcessAiActivatedPlanItemInstancesJobHandler.processPlanItem(String planItemInstanceId, String explanation, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, ActionRuntimeService actionRuntimeService, AgentInstance agentInstance, AgentEngineConfiguration agentEngineConfiguration, AgentInvocation agentInvocation) -
Uses of AgentInvocation in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of AgentInvocation in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement AgentInvocationMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type AgentInvocationModifier and TypeMethodDescriptionAgentInvocationEntityManager.findByCriteria(AgentInvocationQuery agentInvocationQuery) AgentInvocationEntityManagerImpl.findByCriteria(AgentInvocationQuery agentInvocationQuery) -
Uses of AgentInvocation 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 AgentInvocationModifier and TypeMethodDescriptionAgentInvocationDataManager.findByCriteria(AgentInvocationQueryImpl agentInvocationQuery) -
Uses of AgentInvocation 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 AgentInvocationModifier and TypeMethodDescriptionMybatisAgentInvocationDataManager.findByCriteria(AgentInvocationQueryImpl query) -
Uses of AgentInvocation in com.flowable.agent.engine.impl.runtime
Methods in com.flowable.agent.engine.impl.runtime that return types with arguments of type AgentInvocationModifier and TypeMethodDescriptionAgentInvocationQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)