Uses of Interface
com.flowable.agent.api.history.AgentHistoryService
Packages that use AgentHistoryService
Package
Description
-
Uses of AgentHistoryService in com.flowable.agent.api
Methods in com.flowable.agent.api that return AgentHistoryService -
Uses of AgentHistoryService in com.flowable.agent.engine
Fields in com.flowable.agent.engine declared as AgentHistoryServiceModifier and TypeFieldDescriptionprotected AgentHistoryServiceAgentEngineConfiguration.agentHistoryServiceMethods in com.flowable.agent.engine that return AgentHistoryServiceModifier and TypeMethodDescriptionAgentEngine.getAgentHistoryService()AgentEngineConfiguration.getAgentHistoryService()Methods in com.flowable.agent.engine with parameters of type AgentHistoryServiceModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setAgentHistoryService(AgentHistoryService agentHistoryService) -
Uses of AgentHistoryService in com.flowable.agent.engine.impl
Fields in com.flowable.agent.engine.impl declared as AgentHistoryServiceModifier and TypeFieldDescriptionprotected AgentHistoryServiceAgentEngineImpl.agentHistoryServiceMethods in com.flowable.agent.engine.impl that return AgentHistoryService -
Uses of AgentHistoryService in com.flowable.agent.engine.impl.action
Fields in com.flowable.agent.engine.impl.action declared as AgentHistoryServiceModifier and TypeFieldDescriptionprotected AgentHistoryServiceAgentScopedObjectProvider.agentHistoryServiceConstructors in com.flowable.agent.engine.impl.action with parameters of type AgentHistoryServiceModifierConstructorDescriptionAgentScopedObjectProvider(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, AgentRuntimeService agentRuntimeService, AgentHistoryService agentHistoryService) -
Uses of AgentHistoryService in com.flowable.agent.engine.impl.contentitem
Fields in com.flowable.agent.engine.impl.contentitem declared as AgentHistoryServiceModifier and TypeFieldDescriptionprotected AgentHistoryServiceAgentEngineContentItemDeletedListener.agentHistoryServiceConstructors in com.flowable.agent.engine.impl.contentitem with parameters of type AgentHistoryServiceModifierConstructorDescriptionAgentEngineContentItemDeletedListener(CoreContentService contentService, KnowledgeBaseItemEntityManager knowledgeBaseItemEntityManager, AgentHistoryService agentHistoryService) -
Uses of AgentHistoryService in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement AgentHistoryService -
Uses of AgentHistoryService in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util that return AgentHistoryServiceModifier and TypeMethodDescriptionstatic AgentHistoryServiceCommandContextUtil.getAgentHistoryService()static AgentHistoryServiceCommandContextUtil.getAgentHistoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentHistoryService in com.flowable.platform.service.agent
Fields in com.flowable.platform.service.agent declared as AgentHistoryServiceModifier and TypeFieldDescriptionprotected final AgentHistoryServicePlatformAgentService.agentHistoryServiceConstructors in com.flowable.platform.service.agent with parameters of type AgentHistoryServiceModifierConstructorDescriptionPlatformAgentService(AgentRuntimeService agentRuntimeService, AgentHistoryService agentHistoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ActionRuntimeService actionRuntimeService, Supplier<org.flowable.common.engine.impl.interceptor.CommandExecutor> commandExecutorSupplier)