Package com.flowable.agent.api.history
Interface HistoricAgentInstanceExchangeQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<HistoricAgentInstanceExchangeQuery,
HistoricAgentInstanceExchange>
public interface HistoricAgentInstanceExchangeQuery
extends org.flowable.common.engine.api.query.Query<HistoricAgentInstanceExchangeQuery,HistoricAgentInstanceExchange>
-
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 idQuery by the id of the instance exchangeids
(Collection<String> ids) Query by multiple ids of instance exchangeoperationKey
(String operationKey) 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 -
agentDefinitionId
-
agentDefinitionKey
-
operationKey
-
type
-
userId
-
orderByCreationTime
HistoricAgentInstanceExchangeQuery orderByCreationTime()
-