Package com.flowable.agent.api.history
Interface AgentInvocationExchangePartQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
- All Known Implementing Classes:
AgentInvocationExchangePartQueryImpl
public interface AgentInvocationExchangePartQuery
extends org.flowable.common.engine.api.query.Query<AgentInvocationExchangePartQuery,AgentInvocationExchangePart>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Method Summary
Modifier and TypeMethodDescriptionagentInstanceId(String agentInstanceId) Query by agent instance idagentInvocationId(String agentInvocationId) Query by agent invocation idexchangeId(String exchangeId) Query by exchange idexchangeIds(Collection<String> exchangeIds) Query by exchange idsQuery by the id of the exchange partids(Collection<String> ids) Query by multiple ids of exchange partOrder by invocation sequenceQuery by sub typeQuery by typeMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
Query by the id of the exchange part -
ids
Query by multiple ids of exchange part -
exchangeId
Query by exchange id -
exchangeIds
Query by exchange ids -
agentInvocationId
Query by agent invocation id -
agentInstanceId
Query by agent instance id -
type
Query by type -
subType
Query by sub type -
orderByInvocationSequence
AgentInvocationExchangePartQuery orderByInvocationSequence()Order by invocation sequence
-