Class ReindexAgentInvocationEvaluationsCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexAgentInvocationEvaluationsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReindexAgentInvocationEvaluationsCmd(AgentInvocationEvaluationIndexingScheduler agentInvocationEvaluationIndexingScheduler, String indexName, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected AgentDefinitionresolveAgentDefinition(AgentEngineConfigurationApi agentEngineConfiguration, Map<String, AgentDefinition> agentDefinitionIdToDefinition, String agentDefinitionId)
-
Field Details
-
agentInvocationEvaluationIndexingScheduler
-
indexName
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexAgentInvocationEvaluationsCmd
public ReindexAgentInvocationEvaluationsCmd(AgentInvocationEvaluationIndexingScheduler agentInvocationEvaluationIndexingScheduler, String indexName, int start, int pageSize)
-
-
Method Details
-
execute
-
resolveAgentDefinition
protected AgentDefinition resolveAgentDefinition(AgentEngineConfigurationApi agentEngineConfiguration, Map<String, AgentDefinition> agentDefinitionIdToDefinition, String agentDefinitionId)
-