Uses of Interface
com.flowable.agent.api.history.AgentInvocationEvaluation
Packages that use AgentInvocationEvaluation
Package
Description
-
Uses of AgentInvocationEvaluation in com.flowable.agent.api.history
Subinterfaces with type arguments of type AgentInvocationEvaluation in com.flowable.agent.api.history -
Uses of AgentInvocationEvaluation in com.flowable.agent.engine.impl.history
Subclasses with type arguments of type AgentInvocationEvaluation in com.flowable.agent.engine.impl.historyMethods in com.flowable.agent.engine.impl.history that return types with arguments of type AgentInvocationEvaluationModifier and TypeMethodDescriptionAgentInvocationEvaluationQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentInvocationEvaluation in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of AgentInvocationEvaluation in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement AgentInvocationEvaluationMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type AgentInvocationEvaluationModifier and TypeMethodDescriptionAgentInvocationEvaluationEntityManager.findByCriteria(AgentInvocationEvaluationQuery query) AgentInvocationEvaluationEntityManagerImpl.findByCriteria(AgentInvocationEvaluationQuery query) -
Uses of AgentInvocationEvaluation 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 AgentInvocationEvaluationModifier and TypeMethodDescriptionAgentInvocationEvaluationDataManager.findByCriteria(AgentInvocationEvaluationQueryImpl query) -
Uses of AgentInvocationEvaluation 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 AgentInvocationEvaluationModifier and TypeMethodDescriptionMybatisAgentInvocationEvaluationDataManager.findByCriteria(AgentInvocationEvaluationQueryImpl query) -
Uses of AgentInvocationEvaluation in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type AgentInvocationEvaluationModifier and TypeMethodDescriptionvoidPlatformIndexedDataEnhancer.enhanceAgentInvocationEvaluationReindexData(AgentInvocationEvaluation agentInvocationEvaluation, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of AgentInvocationEvaluation in com.flowable.indexing.impl
Methods in com.flowable.indexing.impl with parameters of type AgentInvocationEvaluationModifier and TypeMethodDescriptionvoidIndexedDataEnhancerAdapter.enhanceAgentInvocationEvaluationReindexData(AgentInvocationEvaluation agentInvocationEvaluation, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of AgentInvocationEvaluation in com.flowable.platform.engine.impl.indexing.dataproducer
Methods in com.flowable.platform.engine.impl.indexing.dataproducer with parameters of type AgentInvocationEvaluationModifier and TypeMethodDescriptionprotected static booleanAgentInvocationEvaluationIndexingDataProducer.isScoreOutOfRange(AgentInvocationEvaluation evaluation) tools.jackson.databind.node.ObjectNodeAgentInvocationEvaluationIndexingDataProducer.produceIndexingData(AgentInvocationEvaluation evaluation, String agentDefinitionId, String agentDefinitionKey, Integer agentDefinitionVersion, String agentDefinitionName, String referenceId, String referenceType) -
Uses of AgentInvocationEvaluation in com.flowable.platform.engine.impl.indexing.scheduler
Methods in com.flowable.platform.engine.impl.indexing.scheduler with parameters of type AgentInvocationEvaluationModifier and TypeMethodDescriptionvoidAgentInvocationEvaluationIndexingScheduler.scheduleAgentInvocationEvaluationIndexing(AgentInvocationEvaluation evaluation, String agentDefinitionId, String agentDefinitionKey, Integer agentDefinitionVersion, String agentDefinitionName, String referenceId, String referenceType, String index)