Class AgentInvocationEvaluationBuilderImpl
java.lang.Object
com.flowable.agent.engine.impl.evaluation.AgentInvocationEvaluationBuilderImpl
- All Implemented Interfaces:
AgentInvocationEvaluationBuilder, org.flowable.common.engine.impl.interceptor.Command<Void>
public class AgentInvocationEvaluationBuilderImpl
extends Object
implements AgentInvocationEvaluationBuilder, org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.flowable.common.engine.impl.interceptor.CommandExecutorprotected Stringprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationEvaluationBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidNo evaluation rows exist yet when this returns.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) invocationId(String invocationId) protected voidvalidate()
-
Field Details
-
commandExecutor
protected final org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor -
invocationId
-
useOperationEvaluators
protected boolean useOperationEvaluators
-
-
Constructor Details
-
AgentInvocationEvaluationBuilderImpl
public AgentInvocationEvaluationBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
invocationId
- Specified by:
invocationIdin interfaceAgentInvocationEvaluationBuilder
-
useOperationEvaluators
- Specified by:
useOperationEvaluatorsin interfaceAgentInvocationEvaluationBuilder
-
evaluateAsync
public void evaluateAsync()Description copied from interface:AgentInvocationEvaluationBuilderNo evaluation rows exist yet when this returns.- Specified by:
evaluateAsyncin interfaceAgentInvocationEvaluationBuilder
-
execute
-
validate
protected void validate()
-