public interface HistoricTaskLogEntryQuery extends Query<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
HistoricTaskLogEntrys;Query.NullHandlingOnOrderHistoricTaskLogEntryQuery taskId(String taskId)
HistoricTaskLogEntryQuery type(String type)
HistoricTaskLogEntryQuery userId(String userId)
HistoricTaskLogEntryQuery processInstanceId(String processInstanceId)
HistoricTaskLogEntryQuery processDefinitionId(String processDefinitionId)
HistoricTaskLogEntryQuery scopeId(String scopeId)
HistoricTaskLogEntryQuery scopeDefinitionId(String scopeDefinitionId)
HistoricTaskLogEntryQuery caseInstanceId(String caseInstanceId)
HistoricTaskLogEntryQuery caseDefinitionId(String caseDefinitionId)
HistoricTaskLogEntryQuery subScopeId(String subScopeId)
HistoricTaskLogEntryQuery scopeType(String scopeType)
HistoricTaskLogEntryQuery from(Date fromDate)
HistoricTaskLogEntryQuery to(Date toDate)
HistoricTaskLogEntryQuery tenantId(String tenantId)
HistoricTaskLogEntryQuery fromLogNumber(long fromLogNumber)
HistoricTaskLogEntryQuery toLogNumber(long toLogNumber)
HistoricTaskLogEntryQuery orderByLogNumber()
HistoricTaskLogEntryQuery orderByTimeStamp()
Copyright © 2020 Flowable. All rights reserved.