Uses of Interface
com.flowable.agent.api.management.connection.AgentConnectionQuery
Packages that use AgentConnectionQuery
Package
Description
-
Uses of AgentConnectionQuery in com.flowable.agent.api.management
Methods in com.flowable.agent.api.management that return AgentConnectionQuery -
Uses of AgentConnectionQuery in com.flowable.agent.api.management.connection
Subinterfaces with type arguments of type AgentConnectionQuery in com.flowable.agent.api.management.connectionMethods in com.flowable.agent.api.management.connection that return AgentConnectionQueryModifier and TypeMethodDescriptionAgentConnectionQuery.keyLikeIgnoreCase(String keyLikeIgnoreCase) AgentConnectionQuery.tenantIdLike(String tenantIdLike) -
Uses of AgentConnectionQuery in com.flowable.agent.engine.impl
Methods in com.flowable.agent.engine.impl that return AgentConnectionQuery -
Uses of AgentConnectionQuery in com.flowable.agent.engine.impl.management.connection
Classes in com.flowable.agent.engine.impl.management.connection that implement AgentConnectionQueryMethods in com.flowable.agent.engine.impl.management.connection that return AgentConnectionQueryModifier and TypeMethodDescriptionAgentConnectionQueryImpl.asc()AgentConnectionQueryImpl.desc()AgentConnectionQueryImpl.keyLikeIgnoreCase(String keyLikeIgnoreCase) AgentConnectionQueryImpl.orderBy(org.flowable.common.engine.api.query.QueryProperty property) AgentConnectionQueryImpl.orderBy(org.flowable.common.engine.api.query.QueryProperty property, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder) AgentConnectionQueryImpl.tenantIdLike(String tenantIdLike)