Uses of Interface
com.flowable.agent.api.runtime.AgentInstanceQuery
Packages that use AgentInstanceQuery
Package
Description
-
Uses of AgentInstanceQuery in com.flowable.agent.api.runtime
Subinterfaces with type arguments of type AgentInstanceQuery in com.flowable.agent.api.runtimeMethods 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.endOr()End an OR statement.Query by the id of the instanceAgentInstanceQuery.ids(Collection<String> ids) Query by multiple ids of instancesAgentInstanceQuery.or()Begin an OR statement.AgentInstanceQuery.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.tenantIdLike(String tenantIdLike) Query by a tenant id like the given one -
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 AgentInstanceQuerySubclasses with type arguments of type AgentInstanceQuery in com.flowable.agent.engine.impl.runtimeMethods 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.endOr()AgentInstanceQueryImpl.ids(Collection<String> ids) AgentInstanceQueryImpl.or()AgentInstanceQueryImpl.orderByStartTime()AgentInstanceQueryImpl.referenceId(String referenceId) AgentInstanceQueryImpl.referenceType(String referenceType) AgentInstanceQueryImpl.startUserId(String startUserId) AgentInstanceQueryImpl.tenantIdLike(String tenantIdLike)