public interface DmnHistoricDecisionExecutionQuery extends Query<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>, DeleteQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
DmnHistoricDecisionExecutions.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
DmnHistoricDecisionExecutionQuery |
activityId(String activityId)
Only select decision executions with the given activity id.
|
DmnHistoricDecisionExecutionQuery |
caseInstanceIdWithChildren(String caseInstanceId)
Select all decision executions for the given case instance id and its children.
|
DmnHistoricDecisionExecutionQuery |
decisionDefinitionId(String decisionDefinitionId)
Only select decision executions with the given definition id.
|
DmnHistoricDecisionExecutionQuery |
decisionKey(String decisionKey)
Only select decision executions with the given definition key.
|
DmnHistoricDecisionExecutionQuery |
deploymentId(String deploymentId)
Only select decision executions with the given deployment id.
|
DmnHistoricDecisionExecutionQuery |
executionId(String executionId)
Only select decision executions with the given execution id.
|
DmnHistoricDecisionExecutionQuery |
failed(Boolean failed)
Only select decision executions with the given failed state.
|
DmnHistoricDecisionExecutionQuery |
id(String id)
Only select decision execution with the given id.
|
DmnHistoricDecisionExecutionQuery |
ids(Set<String> decisionExecutionIds)
Only select decision executions with the given ids.
|
DmnHistoricDecisionExecutionQuery |
instanceId(String instanceId)
Only select decision executions with the given instance id.
|
DmnHistoricDecisionExecutionQuery |
orderByEndTime()
Order by the end time of the decision executions (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
orderByStartTime()
Order by the start time of the decision executions (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
processInstanceIdWithChildren(String processInstanceId)
Select all decision executions for the given process instance id and its children.
|
DmnHistoricDecisionExecutionQuery |
scopeType(String scopeType)
Only select decision executions with the given scope type.
|
DmnHistoricDecisionExecutionQuery |
tenantId(String tenantId)
Only select decision executions that have the given tenant id.
|
DmnHistoricDecisionExecutionQuery |
tenantIdLike(String tenantIdLike)
Only select decision executions with a tenant id like the given one.
|
DmnHistoricDecisionExecutionQuery |
withoutScopeType()
Only select decision executions without a scope type.
|
DmnHistoricDecisionExecutionQuery |
withoutTenantId()
Only select decision executions that do not have a tenant id.
|
asc, count, desc, list, listPage, orderBy, orderBy, singleResultdelete, deleteWithRelatedDataDmnHistoricDecisionExecutionQuery id(String id)
DmnHistoricDecisionExecutionQuery ids(Set<String> decisionExecutionIds)
DmnHistoricDecisionExecutionQuery decisionDefinitionId(String decisionDefinitionId)
DmnHistoricDecisionExecutionQuery deploymentId(String deploymentId)
DmnHistoricDecisionExecutionQuery decisionKey(String decisionKey)
DmnHistoricDecisionExecutionQuery instanceId(String instanceId)
DmnHistoricDecisionExecutionQuery executionId(String executionId)
DmnHistoricDecisionExecutionQuery activityId(String activityId)
DmnHistoricDecisionExecutionQuery scopeType(String scopeType)
DmnHistoricDecisionExecutionQuery withoutScopeType()
DmnHistoricDecisionExecutionQuery processInstanceIdWithChildren(String processInstanceId)
DmnHistoricDecisionExecutionQuery caseInstanceIdWithChildren(String caseInstanceId)
DmnHistoricDecisionExecutionQuery failed(Boolean failed)
DmnHistoricDecisionExecutionQuery tenantId(String tenantId)
DmnHistoricDecisionExecutionQuery tenantIdLike(String tenantIdLike)
DmnHistoricDecisionExecutionQuery withoutTenantId()
DmnHistoricDecisionExecutionQuery orderByStartTime()
Query.asc() or Query.desc()).DmnHistoricDecisionExecutionQuery orderByEndTime()
Query.asc() or Query.desc()).DmnHistoricDecisionExecutionQuery orderByTenantId()
Query.asc() or Query.desc()).Copyright © 2021 Flowable. All rights reserved.