Interface AgentConnectionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
- All Known Implementing Classes:
AgentConnectionQueryImpl
public interface AgentConnectionQuery
extends org.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
- Author:
- Prathamesh Mane
-
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 TypeMethodDescriptionkeyLikeIgnoreCase(String keyLikeIgnoreCase) tenantIdLike(String tenantIdLike) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
key
-
keyLikeIgnoreCase
-
tenantId
-
tenantIdLike
-