Uses of Interface
com.flowable.agent.api.history.HistoricAgentInstanceQuery
Packages that use HistoricAgentInstanceQuery
Package
Description
-
Uses of HistoricAgentInstanceQuery in com.flowable.agent.api.history
Subinterfaces with type arguments of type HistoricAgentInstanceQuery in com.flowable.agent.api.historyMethods in com.flowable.agent.api.history that return HistoricAgentInstanceQueryModifier and TypeMethodDescriptionHistoricAgentInstanceQuery.agentDefinitionId(String agentDefinitionId) Query by the ID of the agent definitionHistoricAgentInstanceQuery.agentDefinitionKey(String agentDefinitionKey) Query by the key 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.endOr()End an OR statement.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.or()Begin an OR statement.HistoricAgentInstanceQuery.orderByAgentInstanceId()HistoricAgentInstanceQuery.orderByEndTime()HistoricAgentInstanceQuery.orderByStartTime()HistoricAgentInstanceQuery.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.tenantIdLike(String tenantIdLike) Query by a tenant id like the given oneHistoricAgentInstanceQuery.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 HistoricAgentInstanceQuerySubclasses with type arguments of type HistoricAgentInstanceQuery in com.flowable.agent.engine.impl.historyMethods in com.flowable.agent.engine.impl.history that return HistoricAgentInstanceQueryModifier and TypeMethodDescriptionHistoricAgentInstanceQueryImpl.agentDefinitionId(String agentDefinitionId) HistoricAgentInstanceQueryImpl.agentDefinitionKey(String agentDefinitionKey) 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.endOr()HistoricAgentInstanceQueryImpl.finished()HistoricAgentInstanceQueryImpl.ids(Collection<String> ids) HistoricAgentInstanceQueryImpl.or()HistoricAgentInstanceQueryImpl.orderByAgentInstanceId()HistoricAgentInstanceQueryImpl.orderByEndTime()HistoricAgentInstanceQueryImpl.orderByStartTime()HistoricAgentInstanceQueryImpl.referenceId(String referenceId) HistoricAgentInstanceQueryImpl.referenceIds(Collection<String> referenceIds) HistoricAgentInstanceQueryImpl.referenceType(String referenceType) HistoricAgentInstanceQueryImpl.startUserId(String startUserId) HistoricAgentInstanceQueryImpl.tenantIdLike(String tenantIdLike) 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)