Uses of Interface
com.flowable.agent.api.history.AgentInvocationQuery
Packages that use AgentInvocationQuery
Package
Description
-
Uses of AgentInvocationQuery in com.flowable.agent.api.history
Methods in com.flowable.agent.api.history that return AgentInvocationQueryModifier and TypeMethodDescriptionAgentInvocationQuery.agentInstanceId(String agentInstanceId) AgentHistoryService.createAgentInvocationQuery()AgentInvocationQuery.finished()AgentInvocationQuery.ids(Collection<String> ids) AgentInvocationQuery.operationKey(String operationKey) AgentInvocationQuery.orderByEndTime()AgentInvocationQuery.orderByStartTime()AgentInvocationQuery.unfinished()AgentInvocationQuery.userIdOrNoUserSet(String userId) -
Uses of AgentInvocationQuery in com.flowable.agent.engine.impl.history
Methods in com.flowable.agent.engine.impl.history that return AgentInvocationQuery -
Uses of AgentInvocationQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type AgentInvocationQueryModifier and TypeMethodDescriptionlongAgentInvocationEntityManager.countByCriteria(AgentInvocationQuery agentInvocationQuery) longAgentInvocationEntityManagerImpl.countByCriteria(AgentInvocationQuery agentInvocationQuery) AgentInvocationEntityManager.findByCriteria(AgentInvocationQuery agentInvocationQuery) AgentInvocationEntityManagerImpl.findByCriteria(AgentInvocationQuery agentInvocationQuery) -
Uses of AgentInvocationQuery in com.flowable.agent.engine.impl.runtime
Classes in com.flowable.agent.engine.impl.runtime that implement AgentInvocationQueryMethods in com.flowable.agent.engine.impl.runtime that return AgentInvocationQueryModifier and TypeMethodDescriptionAgentInvocationQueryImpl.agentInstanceId(String agentInstanceId) AgentInvocationQueryImpl.finished()AgentInvocationQueryImpl.ids(Collection<String> ids) AgentInvocationQueryImpl.operationKey(String operationKey) AgentInvocationQueryImpl.orderByEndTime()AgentInvocationQueryImpl.orderByStartTime()AgentInvocationQueryImpl.unfinished()AgentInvocationQueryImpl.userIdOrNoUserSet(String userId)