Uses of Interface
com.flowable.agent.engine.impl.history.AgentHistoryManager
Packages that use AgentHistoryManager
-
Uses of AgentHistoryManager in com.flowable.agent.engine
Fields in com.flowable.agent.engine declared as AgentHistoryManagerModifier and TypeFieldDescriptionprotected AgentHistoryManagerAgentEngineConfiguration.historyManagerMethods in com.flowable.agent.engine that return AgentHistoryManagerMethods in com.flowable.agent.engine with parameters of type AgentHistoryManagerModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setHistoryManager(AgentHistoryManager historyManager) -
Uses of AgentHistoryManager in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement AgentHistoryManagerModifier and TypeClassDescriptionclassclassclassRecords license instance counts for started agent instances.Fields in com.flowable.agent.engine.impl.history with type parameters of type AgentHistoryManagerModifier and TypeFieldDescriptionprotected final List<AgentHistoryManager>CompositeAgentHistoryManager.historyManagersMethods in com.flowable.agent.engine.impl.history with parameters of type AgentHistoryManagerModifier and TypeMethodDescriptionvoidCompositeAgentHistoryManager.addHistoryManager(AgentHistoryManager historyManager) Constructor parameters in com.flowable.agent.engine.impl.history with type arguments of type AgentHistoryManagerModifierConstructorDescriptionCompositeAgentHistoryManager(List<AgentHistoryManager> historyManagers)