Interface SlaAuditInstanceQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<SlaAuditInstanceQuery,
SlaAuditInstance>
- All Known Implementing Classes:
SlaAuditInstanceQueryImpl
public interface SlaAuditInstanceQuery
extends org.flowable.common.engine.api.query.Query<SlaAuditInstanceQuery,SlaAuditInstance>
-
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 TypeMethodDescriptionrootScopeDefinitionKey
(String rootScopeDefinitionKey) rootScopeId
(String rootScopeId) rootScopeType
(String rootScopeType) scopeDefinitionKey
(String scopeDefinitionKey) slaDefinitionKey
(String slaDefinitionKey) subScopeDefinitionKey
(String subScopeDefinitionKey) subScopeId
(String subScopeId) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
scopeId
-
subScopeId
-
rootScopeId
-
scopeType
-
rootScopeType
-
scopeDefinitionKey
-
subScopeDefinitionKey
-
rootScopeDefinitionKey
-
appKey
-
slaDefinitionKey
-
tenantId
-
orderById
SlaAuditInstanceQuery orderById() -
orderByCreateTime
SlaAuditInstanceQuery orderByCreateTime()
-