Uses of Interface
com.flowable.agent.api.history.AgentInvocationExchangePartQuery
Packages that use AgentInvocationExchangePartQuery
Package
Description
-
Uses of AgentInvocationExchangePartQuery in com.flowable.agent.api.history
Methods in com.flowable.agent.api.history that return AgentInvocationExchangePartQueryModifier and TypeMethodDescriptionAgentInvocationExchangePartQuery.agentInstanceId(String agentInstanceId) Query by agent instance idAgentInvocationExchangePartQuery.agentInvocationId(String agentInvocationId) Query by agent invocation idAgentHistoryService.createAgentInvocationExchangePartQuery()AgentInvocationExchangePartQuery.exchangeId(String exchangeId) Query by exchange idAgentInvocationExchangePartQuery.exchangeIds(Collection<String> exchangeIds) Query by exchange idsQuery by the id of the exchange partAgentInvocationExchangePartQuery.ids(Collection<String> ids) Query by multiple ids of exchange partAgentInvocationExchangePartQuery.orderByInvocationSequence()Order by invocation sequenceQuery by sub typeQuery by type -
Uses of AgentInvocationExchangePartQuery in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement AgentInvocationExchangePartQueryMethods in com.flowable.agent.engine.impl.history that return AgentInvocationExchangePartQueryModifier and TypeMethodDescriptionAgentInvocationExchangePartQueryImpl.agentInstanceId(String agentInstanceId) AgentInvocationExchangePartQueryImpl.agentInvocationId(String agentInvocationId) AgentHistoryServiceImpl.createAgentInvocationExchangePartQuery()AgentInvocationExchangePartQueryImpl.exchangeId(String exchangeId) AgentInvocationExchangePartQueryImpl.exchangeIds(Collection<String> exchangeIds) AgentInvocationExchangePartQueryImpl.ids(Collection<String> ids) AgentInvocationExchangePartQueryImpl.orderByInvocationSequence() -
Uses of AgentInvocationExchangePartQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentInvocationExchangePartQueryModifier and TypeMethodDescriptionlongAgentInvocationExchangePartEntityManager.countByCriteria(AgentInvocationExchangePartQuery query) longAgentInvocationExchangePartEntityManagerImpl.countByCriteria(AgentInvocationExchangePartQuery query) AgentInvocationExchangePartEntityManager.findByCriteria(AgentInvocationExchangePartQuery query) AgentInvocationExchangePartEntityManagerImpl.findByCriteria(AgentInvocationExchangePartQuery query) -
Uses of AgentInvocationExchangePartQuery in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data with parameters of type AgentInvocationExchangePartQueryModifier and TypeMethodDescriptionlongAgentInvocationExchangePartDataManager.countByCriteria(AgentInvocationExchangePartQuery query) AgentInvocationExchangePartDataManager.findByCriteria(AgentInvocationExchangePartQuery query) -
Uses of AgentInvocationExchangePartQuery in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl with parameters of type AgentInvocationExchangePartQueryModifier and TypeMethodDescriptionlongMybatisAgentInvocationExchangePartDataManager.countByCriteria(AgentInvocationExchangePartQuery query) MybatisAgentInvocationExchangePartDataManager.findByCriteria(AgentInvocationExchangePartQuery query)