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