Interface SlaDefinitionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<SlaDefinitionQuery,
SlaDefinition>
- All Known Implementing Classes:
SlaDefinitionQueryImpl
public interface SlaDefinitionQuery
extends org.flowable.common.engine.api.query.Query<SlaDefinitionQuery,SlaDefinition>
-
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 TypeMethodDescriptiondeploymentId
(String deploymentId) ids
(Collection<String> ids) nameLikeIgnoreCase
(String nameLikeIgnoreCase) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
ids
-
key
-
keyLike
-
name
-
nameLike
-
nameLikeIgnoreCase
-
version
-
latestVersion
SlaDefinitionQuery latestVersion() -
anyVersion
SlaDefinitionQuery anyVersion() -
deploymentId
-
tenantId
-
orderByDefinitionId
SlaDefinitionQuery orderByDefinitionId() -
orderByDefinitionName
SlaDefinitionQuery orderByDefinitionName() -
orderByTenantId
SlaDefinitionQuery orderByTenantId()
-