Uses of Interface
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationEvaluationEntity
Packages that use AgentInvocationEvaluationEntity
Package
Description
-
Uses of AgentInvocationEvaluationEntity in com.flowable.agent.engine.impl.cmd
Methods in com.flowable.agent.engine.impl.cmd with parameters of type AgentInvocationEvaluationEntityModifier and TypeMethodDescriptionprotected AgentDefinitionModel.EvaluatorReferenceRunEvaluationCmd.resolveEvaluatorReference(AgentEngineConfiguration engineConfiguration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, AgentInvocationEvaluationEntity evaluation) -
Uses of AgentInvocationEvaluationEntity in com.flowable.agent.engine.impl.persistence.entity
Classes in com.flowable.agent.engine.impl.persistence.entity that implement AgentInvocationEvaluationEntity -
Uses of AgentInvocationEvaluationEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return AgentInvocationEvaluationEntityMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type AgentInvocationEvaluationEntityModifier and TypeMethodDescriptionClass<? extends AgentInvocationEvaluationEntity>MybatisAgentInvocationEvaluationDataManager.getManagedEntityClass()Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl with parameters of type AgentInvocationEvaluationEntityModifier and TypeMethodDescriptionbooleanMybatisAgentInvocationEvaluationDataManager.AgentInvocationEvaluationsByAgentInstanceIdMatcher.isRetained(AgentInvocationEvaluationEntity entity, Object param) booleanMybatisAgentInvocationEvaluationDataManager.AgentInvocationEvaluationsByAgentInstanceIdsMatcher.isRetained(AgentInvocationEvaluationEntity entity, Object param)