Interface DashboardComponentDefinitionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<DashboardComponentDefinitionQuery,
DashboardComponentDefinition>
- All Known Implementing Classes:
DashboardComponentDefinitionQueryImpl
public interface DashboardComponentDefinitionQuery
extends org.flowable.common.engine.api.query.Query<DashboardComponentDefinitionQuery,DashboardComponentDefinition>
-
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
DashboardComponentDefinitionQuery latestVersion() -
anyVersion
DashboardComponentDefinitionQuery anyVersion() -
deploymentId
-
tenantId
-
orderByDefinitionId
DashboardComponentDefinitionQuery orderByDefinitionId() -
orderByDefinitionName
DashboardComponentDefinitionQuery orderByDefinitionName() -
orderByTenantId
DashboardComponentDefinitionQuery orderByTenantId()
-