Uses of Interface
com.flowable.agent.api.history.HistoricAgentInstanceQuery
Packages that use HistoricAgentInstanceQuery
Package
Description
-
Uses of HistoricAgentInstanceQuery in com.flowable.agent.api.history
Methods in com.flowable.agent.api.history that return HistoricAgentInstanceQueryModifier and TypeMethodDescriptionHistoricAgentInstanceQuery.agentDefinitionId(String agentDefinitionId) Query by the ID of the agent definitionHistoricAgentInstanceQuery.callbackId(String callbackId) Query by the callback id of the instanceHistoricAgentInstanceQuery.callbackScopeId(String callbackScopeId) Query by the callback scope id of the instanceHistoricAgentInstanceQuery.callbackScopeIds(Collection<String> callbackScopeIds) Query by multiple callback scope id of the instancesHistoricAgentInstanceQuery.callbackType(String callbackType) Query by the callback type of the instanceHistoricAgentInstanceQuery.callbackTypes(Collection<String> callbackTypes) Query by multiple callback types of instancesHistoricAgentInstanceQuery.chatDisabled()Query only agent instances which are chat disabled.HistoricAgentInstanceQuery.chatEnabled()Query only agent instances which are chat enabled.AgentHistoryService.createHistoricAgentInstanceQuery()HistoricAgentInstanceQuery.finished()Query only agent instances which are finished.Query by the id of the instanceHistoricAgentInstanceQuery.ids(Collection<String> ids) Query by multiple ids of instancesHistoricAgentInstanceQuery.referenceId(String referenceId) Query by the agent instance reference idHistoricAgentInstanceQuery.referenceIds(Collection<String> referenceIds) Query by multiple agent instance reference idsHistoricAgentInstanceQuery.referenceType(String referenceType) Query by the agent instance reference typeHistoricAgentInstanceQuery.startUserId(String startUserId) Query by the id of the user that started the instanceQuery by the tenant id of the instanceHistoricAgentInstanceQuery.unfinished()Query only agent instances which are not yet finished. -
Uses of HistoricAgentInstanceQuery in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement HistoricAgentInstanceQueryMethods in com.flowable.agent.engine.impl.history that return HistoricAgentInstanceQueryModifier and TypeMethodDescriptionHistoricAgentInstanceQueryImpl.agentDefinitionId(String agentDefinitionId) HistoricAgentInstanceQueryImpl.callbackId(String callbackId) HistoricAgentInstanceQueryImpl.callbackScopeId(String callbackScopeId) HistoricAgentInstanceQueryImpl.callbackScopeIds(Collection<String> callbackScopeIds) HistoricAgentInstanceQueryImpl.callbackType(String callbackType) HistoricAgentInstanceQueryImpl.callbackTypes(Collection<String> callbackTypes) HistoricAgentInstanceQueryImpl.chatDisabled()HistoricAgentInstanceQueryImpl.chatEnabled()AgentHistoryServiceImpl.createHistoricAgentInstanceQuery()HistoricAgentInstanceQueryImpl.finished()HistoricAgentInstanceQueryImpl.ids(Collection<String> ids) HistoricAgentInstanceQueryImpl.referenceId(String referenceId) HistoricAgentInstanceQueryImpl.referenceIds(Collection<String> referenceIds) HistoricAgentInstanceQueryImpl.referenceType(String referenceType) HistoricAgentInstanceQueryImpl.startUserId(String startUserId) HistoricAgentInstanceQueryImpl.unfinished() -
Uses of HistoricAgentInstanceQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type HistoricAgentInstanceQueryModifier and TypeMethodDescriptionlongHistoricAgentInstanceEntityManager.countByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) longHistoricAgentInstanceEntityManagerImpl.countByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) HistoricAgentInstanceEntityManager.findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) HistoricAgentInstanceEntityManagerImpl.findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery)