public interface HistoricTaskLogEntryQuery extends Query<HistoricTaskLogEntryQuery,HistoricTaskLogEntry>
HistoricTaskLogEntrys;Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
from(Date fromDate) |
HistoricTaskLogEntryQuery |
fromLogNumber(long fromLogNumber) |
HistoricTaskLogEntryQuery |
orderByLogNumber() |
HistoricTaskLogEntryQuery |
orderByTimeStamp() |
HistoricTaskLogEntryQuery |
processDefinitionId(String processDefinitionId) |
HistoricTaskLogEntryQuery |
processInstanceId(String processInstanceId) |
HistoricTaskLogEntryQuery |
scopeDefinitionId(String scopeDefinitionId) |
HistoricTaskLogEntryQuery |
scopeId(String scopeId) |
HistoricTaskLogEntryQuery |
scopeType(String scopeType) |
HistoricTaskLogEntryQuery |
subScopeId(String subScopeId) |
HistoricTaskLogEntryQuery |
taskId(String taskId) |
HistoricTaskLogEntryQuery |
tenantId(String tenantId) |
HistoricTaskLogEntryQuery |
to(Date toDate) |
HistoricTaskLogEntryQuery |
toLogNumber(long toLogNumber) |
HistoricTaskLogEntryQuery |
type(String type) |
HistoricTaskLogEntryQuery |
userId(String userId) |
HistoricTaskLogEntryQuery 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 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 © 2019 Flowable. All rights reserved.