Interface AgentInvocationEvaluationQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
- All Known Implementing Classes:
AgentInvocationEvaluationQueryImpl
public interface AgentInvocationEvaluationQuery
extends org.flowable.common.engine.api.query.Query<AgentInvocationEvaluationQuery, AgentInvocationEvaluation>
-
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) evaluatorKey(String evaluatorKey) evaluatorSubKey(String evaluatorSubKey) finished()ids(Collection<String> ids) invocationId(String invocationId) operationKey(String operationKey) passed(boolean passed) referenceScopeId(String referenceScopeId) referenceScopeType(String referenceScopeType) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
ids
-
invocationId
-
agentInstanceId
-
operationKey
-
kind
-
evaluatorKey
-
evaluatorSubKey
-
referenceScopeId
-
referenceScopeType
-
passed
-
finished
AgentInvocationEvaluationQuery finished() -
unfinished
AgentInvocationEvaluationQuery unfinished() -
tenantId
-
orderByAgentInvocationEvaluationId
AgentInvocationEvaluationQuery orderByAgentInvocationEvaluationId() -
orderByStartTime
AgentInvocationEvaluationQuery orderByStartTime() -
orderByEndTime
AgentInvocationEvaluationQuery orderByEndTime()
-