Package com.flowable.agent.api.runtime
Interface AgentInstanceExchangeQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentInstanceExchangeQuery,
AgentInstanceExchange>
public interface AgentInstanceExchangeQuery
extends org.flowable.common.engine.api.query.Query<AgentInstanceExchangeQuery,AgentInstanceExchange>
-
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) userIdOrNoUserSet
(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 -
agentDefinitionId
-
agentDefinitionKey
-
operationKey
-
type
-
types
-
userId
-
userIdOrNoUserSet
-
withContent
AgentInstanceExchangeQuery withContent() -
withTechnicalContent
AgentInstanceExchangeQuery withTechnicalContent() -
processing
AgentInstanceExchangeQuery processing() -
notProcessing
AgentInstanceExchangeQuery notProcessing() -
orderByCreationTime
AgentInstanceExchangeQuery orderByCreationTime()
-