Uses of Interface
com.flowable.agent.api.runtime.AgentInstanceQuery
Packages that use AgentInstanceQuery
Package
Description
-
Uses of AgentInstanceQuery in com.flowable.agent.api.runtime
Methods in com.flowable.agent.api.runtime that return AgentInstanceQueryModifier and TypeMethodDescriptionAgentInstanceQuery.agentDefinitionId(String agentDefinitionId) Query by the ID of the agent definitionAgentInstanceQuery.agentDefinitionKey(String agentDefinitionKey) Query by the key of the agent definitionAgentInstanceQuery.callbackId(String callbackId) Query by the agent instance callback idAgentInstanceQuery.callbackScopeId(String callbackScopeId) Query by the agent instance callback scope idAgentInstanceQuery.callbackType(String callbackType) Query by the agent instance callback typeAgentInstanceQuery.callbackTypes(Collection<String> callbackTypes) Query by the agent instance callback typesAgentInstanceQuery.chatDisabled()Query only agent instances which are chat disabled.AgentInstanceQuery.chatEnabled()Query only agent instances which are chat enabled.AgentRuntimeService.createAgentInstanceQuery()AgentInstanceQuery.finished()Query only agent instances which are finished.Query by the id of the instanceAgentInstanceQuery.ids(Collection<String> ids) Query by multiple ids of instancesAgentInstanceQuery.orderByStartTime()AgentInstanceQuery.referenceId(String referenceId) Query by the agent instance reference idAgentInstanceQuery.referenceType(String referenceType) Query by the agent instance reference typeAgentInstanceQuery.startUserId(String startUserId) Query by the id of the user that started the instanceQuery by the tenant id of the instanceAgentInstanceQuery.unfinished()Query only agent instances which are not yet finished. -
Uses of AgentInstanceQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentInstanceQueryModifier and TypeMethodDescriptionlongAgentInstanceEntityManager.countByCriteria(AgentInstanceQuery agentInstanceQuery) longAgentInstanceEntityManagerImpl.countByCriteria(AgentInstanceQuery query) AgentInstanceEntityManager.findByCriteria(AgentInstanceQuery agentInstanceQuery) AgentInstanceEntityManagerImpl.findByCriteria(AgentInstanceQuery query) -
Uses of AgentInstanceQuery in com.flowable.agent.engine.impl.runtime
Classes in com.flowable.agent.engine.impl.runtime that implement AgentInstanceQueryMethods in com.flowable.agent.engine.impl.runtime that return AgentInstanceQueryModifier and TypeMethodDescriptionAgentInstanceQueryImpl.agentDefinitionId(String agentDefinitionId) AgentInstanceQueryImpl.agentDefinitionKey(String agentDefinitionKey) AgentInstanceQueryImpl.callbackId(String callbackId) AgentInstanceQueryImpl.callbackScopeId(String callbackScopeId) AgentInstanceQueryImpl.callbackType(String callbackType) AgentInstanceQueryImpl.callbackTypes(Collection<String> callbackTypes) AgentInstanceQueryImpl.chatDisabled()AgentInstanceQueryImpl.chatEnabled()AgentRuntimeServiceImpl.createAgentInstanceQuery()AgentInstanceQueryImpl.finished()AgentInstanceQueryImpl.ids(Collection<String> ids) AgentInstanceQueryImpl.orderByStartTime()AgentInstanceQueryImpl.referenceId(String referenceId) AgentInstanceQueryImpl.referenceType(String referenceType) AgentInstanceQueryImpl.startUserId(String startUserId) AgentInstanceQueryImpl.unfinished()