Package com.flowable.agent.api.history
Interface AgentInvocationQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentInvocationQuery,AgentInvocation>
- All Known Implementing Classes:
AgentInvocationQueryImpl
public interface AgentInvocationQuery
extends org.flowable.common.engine.api.query.Query<AgentInvocationQuery,AgentInvocation>
-
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) finished()ids(Collection<String> ids) operationKey(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
-
ids
-
agentInstanceId
-
tenantId
-
operationKey
-
userId
-
userIdOrNoUserSet
-
finished
AgentInvocationQuery finished() -
unfinished
AgentInvocationQuery unfinished() -
orderByStartTime
AgentInvocationQuery orderByStartTime() -
orderByEndTime
AgentInvocationQuery orderByEndTime()
-