Uses of Interface
com.flowable.agent.api.history.AgentInvocationEvaluationQuery
Packages that use AgentInvocationEvaluationQuery
Package
Description
-
Uses of AgentInvocationEvaluationQuery in com.flowable.agent.api.evaluation
Methods in com.flowable.agent.api.evaluation that return AgentInvocationEvaluationQuery -
Uses of AgentInvocationEvaluationQuery in com.flowable.agent.api.history
Subinterfaces with type arguments of type AgentInvocationEvaluationQuery in com.flowable.agent.api.historyMethods in com.flowable.agent.api.history that return AgentInvocationEvaluationQueryModifier and TypeMethodDescriptionAgentInvocationEvaluationQuery.agentInstanceId(String agentInstanceId) AgentInvocationEvaluationQuery.evaluatorKey(String evaluatorKey) AgentInvocationEvaluationQuery.evaluatorSubKey(String evaluatorSubKey) AgentInvocationEvaluationQuery.finished()AgentInvocationEvaluationQuery.ids(Collection<String> ids) AgentInvocationEvaluationQuery.invocationId(String invocationId) AgentInvocationEvaluationQuery.operationKey(String operationKey) AgentInvocationEvaluationQuery.orderByAgentInvocationEvaluationId()AgentInvocationEvaluationQuery.orderByEndTime()AgentInvocationEvaluationQuery.orderByStartTime()AgentInvocationEvaluationQuery.passed(boolean passed) AgentInvocationEvaluationQuery.referenceScopeId(String referenceScopeId) AgentInvocationEvaluationQuery.referenceScopeType(String referenceScopeType) AgentInvocationEvaluationQuery.unfinished() -
Uses of AgentInvocationEvaluationQuery in com.flowable.agent.engine.impl.evaluation
Methods in com.flowable.agent.engine.impl.evaluation that return AgentInvocationEvaluationQueryModifier and TypeMethodDescriptionAgentEvaluationServiceImpl.createAgentInvocationEvaluationQuery() -
Uses of AgentInvocationEvaluationQuery in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement AgentInvocationEvaluationQuerySubclasses with type arguments of type AgentInvocationEvaluationQuery in com.flowable.agent.engine.impl.historyMethods in com.flowable.agent.engine.impl.history that return AgentInvocationEvaluationQueryModifier and TypeMethodDescriptionAgentInvocationEvaluationQueryImpl.agentInstanceId(String agentInstanceId) AgentInvocationEvaluationQueryImpl.evaluatorKey(String evaluatorKey) AgentInvocationEvaluationQueryImpl.evaluatorSubKey(String evaluatorSubKey) AgentInvocationEvaluationQueryImpl.finished()AgentInvocationEvaluationQueryImpl.ids(Collection<String> ids) AgentInvocationEvaluationQueryImpl.invocationId(String invocationId) AgentInvocationEvaluationQueryImpl.operationKey(String operationKey) AgentInvocationEvaluationQueryImpl.orderByAgentInvocationEvaluationId()AgentInvocationEvaluationQueryImpl.orderByEndTime()AgentInvocationEvaluationQueryImpl.orderByStartTime()AgentInvocationEvaluationQueryImpl.passed(boolean passed) AgentInvocationEvaluationQueryImpl.referenceScopeId(String referenceScopeId) AgentInvocationEvaluationQueryImpl.referenceScopeType(String referenceScopeType) AgentInvocationEvaluationQueryImpl.unfinished() -
Uses of AgentInvocationEvaluationQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentInvocationEvaluationQueryModifier and TypeMethodDescriptionlongAgentInvocationEvaluationEntityManager.countByCriteria(AgentInvocationEvaluationQuery query) longAgentInvocationEvaluationEntityManagerImpl.countByCriteria(AgentInvocationEvaluationQuery query) AgentInvocationEvaluationEntityManager.findByCriteria(AgentInvocationEvaluationQuery query) AgentInvocationEvaluationEntityManagerImpl.findByCriteria(AgentInvocationEvaluationQuery query)