Class EvaluatorInvokerAgentModelProcessor
java.lang.Object
com.flowable.agent.engine.impl.model.EvaluatorInvokerAgentModelProcessor
- All Implemented Interfaces:
AgentModelProcessor
Attaches the
EvaluatorInvoker to every EvaluatorReference declared on an agent's operations.- Author:
- Prathamesh Mane
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEvaluatorInvokerAgentModelProcessor(AgentEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanProcess(AgentDefinitionModel model) protected EvaluatorInvokercreateEvaluatorInvoker(AgentDefinitionModel model, AgentDefinitionModel.EvaluatorReference reference, org.flowable.common.engine.impl.runtime.Clock clock) voidprocessModel(AgentDefinitionModel model) protected ServiceRegistryRuntimeService
-
Field Details
-
engineConfiguration
-
-
Constructor Details
-
EvaluatorInvokerAgentModelProcessor
-
-
Method Details
-
canProcess
- Specified by:
canProcessin interfaceAgentModelProcessor
-
processModel
- Specified by:
processModelin interfaceAgentModelProcessor
-
createEvaluatorInvoker
protected EvaluatorInvoker createEvaluatorInvoker(AgentDefinitionModel model, AgentDefinitionModel.EvaluatorReference reference, org.flowable.common.engine.impl.runtime.Clock clock) -
resolveServiceRegistry
-