Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.EvaluatorReference
Packages that use AgentDefinitionModel.EvaluatorReference
Package
Description
-
Uses of AgentDefinitionModel.EvaluatorReference in com.flowable.agent.api.repository
Fields in com.flowable.agent.api.repository with type parameters of type AgentDefinitionModel.EvaluatorReferenceModifier and TypeFieldDescriptionprotected List<AgentDefinitionModel.EvaluatorReference> AgentDefinitionModel.AgentOperation.evaluatorsMethods in com.flowable.agent.api.repository that return types with arguments of type AgentDefinitionModel.EvaluatorReferenceMethod parameters in com.flowable.agent.api.repository with type arguments of type AgentDefinitionModel.EvaluatorReferenceModifier and TypeMethodDescriptionvoidAgentDefinitionModel.AgentOperation.setEvaluators(List<AgentDefinitionModel.EvaluatorReference> evaluators) -
Uses of AgentDefinitionModel.EvaluatorReference in com.flowable.agent.engine.impl.cmd
Methods in com.flowable.agent.engine.impl.cmd that return AgentDefinitionModel.EvaluatorReferenceModifier and TypeMethodDescriptionprotected AgentDefinitionModel.EvaluatorReferenceRunEvaluationCmd.resolveEvaluatorReference(AgentEngineConfiguration engineConfiguration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, AgentInvocationEvaluationEntity evaluation) -
Uses of AgentDefinitionModel.EvaluatorReference in com.flowable.agent.engine.impl.evaluator
Fields in com.flowable.agent.engine.impl.evaluator declared as AgentDefinitionModel.EvaluatorReferenceModifier and TypeFieldDescriptionprotected final AgentDefinitionModel.EvaluatorReferenceBaseEvaluatorInvoker.referenceMethods in com.flowable.agent.engine.impl.evaluator with parameters of type AgentDefinitionModel.EvaluatorReferenceModifier and TypeMethodDescriptionEvaluatorManager.getEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference) EvaluatorManagerImpl.getEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference) Constructors in com.flowable.agent.engine.impl.evaluator with parameters of type AgentDefinitionModel.EvaluatorReferenceModifierConstructorDescriptionAgentEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, org.flowable.common.engine.impl.runtime.Clock clock) protectedBaseEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, org.flowable.common.engine.impl.runtime.Clock clock) ExpressionEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, org.flowable.common.engine.impl.el.ExpressionManager expressionManager, org.flowable.common.engine.impl.runtime.Clock clock) ServiceEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, ServiceRegistryRuntimeService serviceRegistryRuntimeService, org.flowable.common.engine.impl.runtime.Clock clock) -
Uses of AgentDefinitionModel.EvaluatorReference in com.flowable.agent.engine.impl.model
Methods in com.flowable.agent.engine.impl.model with parameters of type AgentDefinitionModel.EvaluatorReferenceModifier and TypeMethodDescriptionprotected EvaluatorInvokerEvaluatorInvokerAgentModelProcessor.createEvaluatorInvoker(AgentDefinitionModel model, AgentDefinitionModel.EvaluatorReference reference, org.flowable.common.engine.impl.runtime.Clock clock)