Uses of Interface
org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Packages that use DmnHistoricDecisionExecutionQuery
-
Uses of DmnHistoricDecisionExecutionQuery in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return DmnHistoricDecisionExecutionQueryModifier and TypeMethodDescriptionDmnHistoricDecisionExecutionQuery.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.DmnHistoryService.createHistoricDecisionExecutionQuery()
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.Only select decision executions with the given failed state.Only select decision execution with the given id.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 byQuery.asc()
orQuery.desc()
).DmnHistoricDecisionExecutionQuery.orderByStartTime()
Order by the start time of the decision executions (needs to be followed byQuery.asc()
orQuery.desc()
).DmnHistoricDecisionExecutionQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).DmnHistoricDecisionExecutionQuery.processInstanceIdWithChildren
(String processInstanceId) Select all decision executions for the given process instance id and its children.Only select decision executions with the given scope type.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. -
Uses of DmnHistoricDecisionExecutionQuery in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement DmnHistoricDecisionExecutionQueryMethods in org.flowable.dmn.engine.impl that return DmnHistoricDecisionExecutionQueryModifier and TypeMethodDescriptionHistoricDecisionExecutionQueryImpl.activityId
(String activityId) HistoricDecisionExecutionQueryImpl.caseInstanceIdWithChildren
(String caseInstanceId) DmnHistoryServiceImpl.createHistoricDecisionExecutionQuery()
HistoricDecisionExecutionQueryImpl.decisionDefinitionId
(String decisionDefinitionId) HistoricDecisionExecutionQueryImpl.decisionKey
(String decisionKey) HistoricDecisionExecutionQueryImpl.deploymentId
(String deploymentId) HistoricDecisionExecutionQueryImpl.executionId
(String executionId) HistoricDecisionExecutionQueryImpl.instanceId
(String instanceId) HistoricDecisionExecutionQueryImpl.orderByEndTime()
HistoricDecisionExecutionQueryImpl.orderByStartTime()
HistoricDecisionExecutionQueryImpl.orderByTenantId()
HistoricDecisionExecutionQueryImpl.processInstanceIdWithChildren
(String processInstanceId) HistoricDecisionExecutionQueryImpl.tenantIdLike
(String tenantIdLike) HistoricDecisionExecutionQueryImpl.withoutScopeType()
HistoricDecisionExecutionQueryImpl.withoutTenantId()