Package com.flowable.agent.api.history
Interface AgentInvocationExchangeQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentInvocationExchangeQuery,AgentInvocationExchange>
- All Known Implementing Classes:
AgentInvocationExchangeQueryImpl
public interface AgentInvocationExchangeQuery
extends org.flowable.common.engine.api.query.Query<AgentInvocationExchangeQuery,AgentInvocationExchange>
-
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 TypeMethodDescriptionagentDefinitionId(String agentDefinitionId) agentDefinitionKey(String agentDefinitionKey) agentInstanceId(String agentInstanceId) Query by agent instance idagentInvocationId(String agentInvocationId) Query by agent invocation idQuery by the id of the instance exchangeids(Collection<String> ids) Query by multiple ids of instance exchangeoperationKey(String operationKey) subTypeLike(String subTypeLike) Query by tenant iduserIdOrNoUserSet(String userId) Methods 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 instance exchange -
ids
Query by multiple ids of instance exchange -
agentInstanceId
Query by agent instance id -
tenantId
Query by tenant id -
agentInvocationId
Query by agent invocation id -
agentDefinitionId
-
agentDefinitionKey
-
operationKey
-
type
-
types
-
subType
-
subTypeLike
-
userId
-
userIdOrNoUserSet
-
orderByCreationTime
AgentInvocationExchangeQuery orderByCreationTime() -
orderByTransactionOrder
AgentInvocationExchangeQuery orderByTransactionOrder()
-