Class AgentConnectionQueryImpl
java.lang.Object
com.flowable.agent.engine.impl.management.connection.AgentConnectionQueryImpl
- All Implemented Interfaces:
AgentConnectionQuery, 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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EncryptionServiceprotected final tools.jackson.databind.ObjectMapperprotected final ConfigurationPropertyQuery -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasc()longcount()desc()keyLikeIgnoreCase(String keyLikeIgnoreCase) list()listPage(int firstResult, int maxResults) orderBy(org.flowable.common.engine.api.query.QueryProperty property) orderBy(org.flowable.common.engine.api.query.QueryProperty property, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder) tenantIdLike(String tenantIdLike) protected AgentConnectiontoAgentConnection(ConfigurationProperty property)
-
Field Details
-
objectMapper
protected final tools.jackson.databind.ObjectMapper objectMapper -
encryptionService
-
query
-
-
Constructor Details
-
AgentConnectionQueryImpl
-
-
Method Details
-
id
- Specified by:
idin interfaceAgentConnectionQuery
-
key
- Specified by:
keyin interfaceAgentConnectionQuery
-
keyLikeIgnoreCase
- Specified by:
keyLikeIgnoreCasein interfaceAgentConnectionQuery
-
tenantId
- Specified by:
tenantIdin interfaceAgentConnectionQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceAgentConnectionQuery
-
orderBy
- Specified by:
orderByin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
orderBy
public AgentConnectionQuery orderBy(org.flowable.common.engine.api.query.QueryProperty property, org.flowable.common.engine.api.query.Query.NullHandlingOnOrder nullHandlingOnOrder) - Specified by:
orderByin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
asc
- Specified by:
ascin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
desc
- Specified by:
descin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
singleResult
- Specified by:
singleResultin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
list
- Specified by:
listin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
listPage
- Specified by:
listPagein interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
count
public long count()- Specified by:
countin interfaceorg.flowable.common.engine.api.query.Query<AgentConnectionQuery, AgentConnection>
-
toAgentConnection
-