Uses of Interface
org.flowable.task.api.history.HistoricTaskLogEntryQuery
Packages that use HistoricTaskLogEntryQuery
-
Uses of HistoricTaskLogEntryQuery in org.flowable.task.api.history
Methods in org.flowable.task.api.history that return HistoricTaskLogEntryQueryModifier and TypeMethodDescriptionHistoricTaskLogEntryQuery.caseDefinitionId(String caseDefinitionId) HistoricTaskLogEntryQuery.caseInstanceId(String caseInstanceId) HistoricTaskLogEntryQuery.fromLogNumber(long fromLogNumber) HistoricTaskLogEntryQuery.orderByLogNumber()HistoricTaskLogEntryQuery.orderByTimeStamp()HistoricTaskLogEntryQuery.processDefinitionId(String processDefinitionId) HistoricTaskLogEntryQuery.processInstanceId(String processInstanceId) HistoricTaskLogEntryQuery.scopeDefinitionId(String scopeDefinitionId) HistoricTaskLogEntryQuery.subScopeId(String subScopeId) HistoricTaskLogEntryQuery.toLogNumber(long toLogNumber)