Uses of Interface
com.flowable.agent.api.history.AgentInvocation
Packages that use AgentInvocation
Package
Description
-
Uses of AgentInvocation in com.flowable.agent.api.history
Subinterfaces with type arguments of type AgentInvocation in com.flowable.agent.api.history -
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
Subclasses with type arguments of type AgentInvocation in com.flowable.agent.engine.impl.runtimeMethods 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) -
Uses of AgentInvocation in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type AgentInvocationModifier and TypeMethodDescriptionvoidPlatformIndexedDataEnhancer.enhanceAgentInvocationReindexData(AgentInvocation agentInvocation, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of AgentInvocation in com.flowable.indexing.impl
Methods in com.flowable.indexing.impl with parameters of type AgentInvocationModifier and TypeMethodDescriptionvoidIndexedDataEnhancerAdapter.enhanceAgentInvocationReindexData(AgentInvocation agentInvocation, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of AgentInvocation in com.flowable.platform.engine.impl.indexing.dataproducer
Methods in com.flowable.platform.engine.impl.indexing.dataproducer with parameters of type AgentInvocationModifier and TypeMethodDescriptiontools.jackson.databind.node.ObjectNodeAgentInvocationIndexingDataProducer.produceIndexingData(AgentInvocation invocation, List<? extends AgentInvocationExchange> exchanges, String agentDefinitionName, String referenceId, String referenceType, String tenantId) -
Uses of AgentInvocation in com.flowable.platform.engine.impl.indexing.scheduler
Methods in com.flowable.platform.engine.impl.indexing.scheduler with parameters of type AgentInvocationModifier and TypeMethodDescriptionvoidAgentInvocationIndexingScheduler.scheduleAgentInvocationIndexing(AgentEngineConfigurationApi agentEngineConfiguration, AgentInvocation invocation, String preResolvedAgentDefinitionName, String index) Index a single invocation, optionally with a pre-resolved agent definition name.