Interface HistoricTaskLogEntryQuery
- All Superinterfaces:
Query<HistoricTaskLogEntryQuery, HistoricTaskLogEntry>
- All Known Implementing Classes:
HistoricTaskLogEntryQueryImpl
public interface HistoricTaskLogEntryQuery
extends Query<HistoricTaskLogEntryQuery, HistoricTaskLogEntry>
Allows programmatic querying of
HistoricTaskLogEntrys;- Author:
- martin.grofcik
-
Nested Class Summary
Nested classes/interfaces inherited from interface Query
Query.NullHandlingOnOrder -
Method Summary
Modifier and TypeMethodDescriptioncaseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) fromLogNumber(long fromLogNumber) processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) scopeDefinitionId(String scopeDefinitionId) subScopeId(String subScopeId) toLogNumber(long toLogNumber)
-
Method Details
-
taskId
-
type
-
userId
-
processInstanceId
-
processDefinitionId
-
scopeId
-
scopeDefinitionId
-
caseInstanceId
-
caseDefinitionId
-
subScopeId
-
scopeType
-
from
-
to
-
tenantId
-
fromLogNumber
-
toLogNumber
-
orderByLogNumber
HistoricTaskLogEntryQuery orderByLogNumber() -
orderByTimeStamp
HistoricTaskLogEntryQuery orderByTimeStamp()
-