Uses of Interface
com.flowable.agent.api.history.AgentInvocationExchangeQuery
Packages that use AgentInvocationExchangeQuery
Package
Description
-
Uses of AgentInvocationExchangeQuery in com.flowable.agent.api.history
Methods in com.flowable.agent.api.history that return AgentInvocationExchangeQueryModifier and TypeMethodDescriptionAgentInvocationExchangeQuery.agentDefinitionId(String agentDefinitionId) AgentInvocationExchangeQuery.agentDefinitionKey(String agentDefinitionKey) AgentInvocationExchangeQuery.agentInstanceId(String agentInstanceId) Query by agent instance idAgentInvocationExchangeQuery.agentInvocationId(String agentInvocationId) Query by agent invocation idAgentHistoryService.createAgentInvocationExchangeQuery()Query by the id of the instance exchangeAgentInvocationExchangeQuery.ids(Collection<String> ids) Query by multiple ids of instance exchangeAgentInvocationExchangeQuery.operationKey(String operationKey) AgentInvocationExchangeQuery.orderByCreationTime()AgentInvocationExchangeQuery.orderByTransactionOrder()AgentInvocationExchangeQuery.subTypeLike(String subTypeLike) Query by tenant idAgentInvocationExchangeQuery.userIdOrNoUserSet(String userId) -
Uses of AgentInvocationExchangeQuery in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement AgentInvocationExchangeQueryMethods in com.flowable.agent.engine.impl.history that return AgentInvocationExchangeQueryModifier and TypeMethodDescriptionAgentInvocationExchangeQueryImpl.agentDefinitionId(String agentDefinitionId) AgentInvocationExchangeQueryImpl.agentDefinitionKey(String agentDefinitionKey) AgentInvocationExchangeQueryImpl.agentInstanceId(String agentInstanceId) AgentInvocationExchangeQueryImpl.agentInvocationId(String agentInvocationId) AgentHistoryServiceImpl.createAgentInvocationExchangeQuery()AgentInvocationExchangeQueryImpl.ids(Collection<String> ids) AgentInvocationExchangeQueryImpl.operationKey(String operationKey) AgentInvocationExchangeQueryImpl.orderByCreationTime()AgentInvocationExchangeQueryImpl.orderByTransactionOrder()AgentInvocationExchangeQueryImpl.subTypeLike(String subTypeLike) AgentInvocationExchangeQueryImpl.userIdOrNoUserSet(String userId) -
Uses of AgentInvocationExchangeQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentInvocationExchangeQueryModifier and TypeMethodDescriptionlongAgentInvocationExchangeEntityManager.countByCriteria(AgentInvocationExchangeQuery query) longAgentInvocationExchangeEntityManagerImpl.countByCriteria(AgentInvocationExchangeQuery query) AgentInvocationExchangeEntityManager.findByCriteria(AgentInvocationExchangeQuery query) AgentInvocationExchangeEntityManagerImpl.findByCriteria(AgentInvocationExchangeQuery query)