Uses of Interface
org.flowable.task.api.history.HistoricTaskLogEntryQuery
-
Uses of HistoricTaskLogEntryQuery in org.flowable.task.api.history
Modifier 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)