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() |
|
DmnHistoricDecisionExecutionQuery |
DmnHistoricDecisionExecutionQuery.orderByStartTime() |
|
DmnHistoricDecisionExecutionQuery |
DmnHistoricDecisionExecutionQuery.orderByTenantId() |
|
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.
|