Uses of Interface
com.flowable.agent.api.history.HistoricAgentInstance
Packages that use HistoricAgentInstance
Package
Description
-
Uses of HistoricAgentInstance in com.flowable.agent.api.history
Subinterfaces with type arguments of type HistoricAgentInstance in com.flowable.agent.api.history -
Uses of HistoricAgentInstance in com.flowable.agent.engine.impl.history
Subclasses with type arguments of type HistoricAgentInstance in com.flowable.agent.engine.impl.historyMethods in com.flowable.agent.engine.impl.history that return types with arguments of type HistoricAgentInstanceModifier and TypeMethodDescriptionHistoricAgentInstanceQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of HistoricAgentInstance in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of HistoricAgentInstance in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement HistoricAgentInstanceMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type HistoricAgentInstanceModifier and TypeMethodDescriptionHistoricAgentInstanceEntityManager.findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) HistoricAgentInstanceEntityManagerImpl.findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) -
Uses of HistoricAgentInstance in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type HistoricAgentInstanceModifier and TypeMethodDescriptionHistoricAgentInstanceDataManager.findByCriteria(HistoricAgentInstanceQueryImpl historicAgentInstanceQuery) -
Uses of HistoricAgentInstance in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricAgentInstanceModifier and TypeMethodDescriptionMybatisHistoricAgentInstanceDataManager.findByCriteria(HistoricAgentInstanceQueryImpl query) -
Uses of HistoricAgentInstance in com.flowable.indexing.api
Methods in com.flowable.indexing.api with parameters of type HistoricAgentInstanceModifier and TypeMethodDescriptionvoidPlatformIndexedDataEnhancer.enhanceAgentInstanceReindexData(HistoricAgentInstance historicAgentInstance, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of HistoricAgentInstance in com.flowable.indexing.impl
Methods in com.flowable.indexing.impl with parameters of type HistoricAgentInstanceModifier and TypeMethodDescriptionvoidIndexedDataEnhancerAdapter.enhanceAgentInstanceReindexData(HistoricAgentInstance historicAgentInstance, tools.jackson.databind.node.ObjectNode data, IndexingManagerHelper indexingManagerHelper) -
Uses of HistoricAgentInstance in com.flowable.platform.engine.impl.indexing.dataproducer
Methods in com.flowable.platform.engine.impl.indexing.dataproducer with parameters of type HistoricAgentInstanceModifier and TypeMethodDescriptiontools.jackson.databind.node.ObjectNodeAgentInstanceIndexingDataProducer.produceIndexingData(HistoricAgentInstance instance, String agentDefinitionName, String tenantId) -
Uses of HistoricAgentInstance in com.flowable.platform.engine.impl.indexing.scheduler
Methods in com.flowable.platform.engine.impl.indexing.scheduler with parameters of type HistoricAgentInstanceModifier and TypeMethodDescriptionvoidAgentInstanceIndexingScheduler.scheduleHistoricAgentInstanceIndexing(HistoricAgentInstance historicAgentInstance, String agentDefinitionName, String index)