Interface DashboardComponentDefinitionQuery
- All Superinterfaces:
Query<DashboardComponentDefinitionQuery,
DashboardComponentDefinition>
- All Known Implementing Classes:
DashboardComponentDefinitionQueryImpl
public interface DashboardComponentDefinitionQuery
extends Query<DashboardComponentDefinitionQuery,DashboardComponentDefinition>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) ids
(Collection<String> ids) nameLikeIgnoreCase
(String nameLikeIgnoreCase)
-
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()
-