Interface DashboardQuery
- All Superinterfaces:
Query<DashboardQuery,
Dashboard>
- All Known Implementing Classes:
DashboardQueryImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionids
(Collection<String> ids) nameLikeIgnoreCase
(String nameLikeIgnoreCase)
-
Method Details
-
id
-
ids
-
name
-
nameLike
-
nameLikeIgnoreCase
-
creatorId
-
updaterId
-
tenantId
-
orderByName
DashboardQuery orderByName() -
orderByCreationTime
DashboardQuery orderByCreationTime() -
orderByUpdateTime
DashboardQuery orderByUpdateTime()
-