Class ReindexAgentInvocationsCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexAgentInvocationsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentInvocationIndexingSchedulerprotected Stringprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionReindexAgentInvocationsCmd(AgentInvocationIndexingScheduler agentInvocationIndexingScheduler, String indexName, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected StringresolveAgentDefinitionName(AgentEngineConfigurationApi agentEngineConfiguration, Map<String, String> agentDefinitionIdToName, String agentDefinitionId) Returns the (possibly null) name for the given agent definition id, looking it up at most once per page.
-
Field Details
-
agentInvocationIndexingScheduler
-
indexName
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexAgentInvocationsCmd
public ReindexAgentInvocationsCmd(AgentInvocationIndexingScheduler agentInvocationIndexingScheduler, String indexName, int start, int pageSize)
-
-
Method Details
-
execute
-
resolveAgentDefinitionName
-