Uses of Interface
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationEntity
Packages that use AgentInvocationEntity
Package
Description
-
Uses of AgentInvocationEntity in com.flowable.agent.engine.impl.job
Methods in com.flowable.agent.engine.impl.job that return AgentInvocationEntityModifier and TypeMethodDescriptionprotected AgentInvocationEntityAbstractAgentJobHandler.auditExchange(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, AgentInvocationContext agentInvocationContext, AgentInvocationResultResponse.Invocation aiInvocation, boolean storeAsHumanContent) -
Uses of AgentInvocationEntity in com.flowable.agent.engine.impl.persistence.entity
Classes in com.flowable.agent.engine.impl.persistence.entity that implement AgentInvocationEntity -
Uses of AgentInvocationEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return AgentInvocationEntityMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type AgentInvocationEntityModifier and TypeMethodDescriptionClass<? extends AgentInvocationEntity> MybatisAgentInvocationDataManager.getManagedEntityClass()Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl with parameters of type AgentInvocationEntityModifier and TypeMethodDescriptionbooleanMybatisAgentInvocationDataManager.AgentInvocationByAgentInstanceIdMatcher.isRetained(AgentInvocationEntity agentInvocationEntity, Object param) booleanMybatisAgentInvocationDataManager.AgentInvocationByAgentInstanceIdsMatcher.isRetained(AgentInvocationEntity agentInvocationEntity, Object param) -
Uses of AgentInvocationEntity in com.flowable.agent.engine.impl.runtime.invocation
Methods in com.flowable.agent.engine.impl.runtime.invocation that return AgentInvocationEntityModifier and TypeMethodDescriptionprotected AgentInvocationEntityAgentInvocationContextBuilderImpl.getOrCreateAgentInvocationEntity(AgentInstance agentInstance, String operationKey, String userMessage, String systemMessage, String outputSchema) -
Uses of AgentInvocationEntity in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util that return AgentInvocationEntityModifier and TypeMethodDescriptionstatic AgentInvocationEntityAgentUtil.auditAiInvocation(AgentEngineConfiguration engineConfiguration, AgentInstance agentInstance, String agentInvocationId, AgentInvocationResultResponse.Invocation aiInvocation, String userId, boolean storeAsHumanContent) static AgentInvocationEntityAgentUtil.auditAiInvocation(AgentEngineConfiguration engineConfiguration, AgentInvocationContext agentInvocationContext, AgentInvocationResultResponse.Invocation aiInvocation, boolean storeAsHumanContent) protected static AgentInvocationEntityAgentUtil.processExchangeMessages(AgentEngineConfiguration agentEngineConfiguration, AgentInvocationContext agentInvocationContext, boolean storeInteractionsAsHumanContent, AgentInvocationResultResponse resultResponse)