Interface WorkInstanceQuery
-
- All Superinterfaces:
Query<WorkInstanceQuery,WorkInstance>
,WorkInstanceInfoQuery<WorkInstanceQuery,WorkInstance>
- All Known Implementing Classes:
WorkInstanceQueryImpl
public interface WorkInstanceQuery extends WorkInstanceInfoQuery<WorkInstanceQuery,WorkInstance>
Query used for querying runtime process and case instances.- Author:
- Filip Hrisafov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Method Summary
-
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Methods inherited from interface com.flowable.platform.api.work.WorkInstanceInfoQuery
accessibleByUserOrGroups, assigneeUserId, definitionCategories, definitionCategory, definitionId, definitionKey, definitionName, id, includeTranslation, name, searchText, startUserId, state, tenantId, type
-
-