public interface HistoricDecisionInstance
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
The corresponding activity in case the decision was evaluated inside a process or a case.
|
String |
getActivityInstanceId()
The corresponding activity instance in case the decision was evaluated inside a process or a case.
|
String |
getCaseDefinitionId()
The corresponding id of the case definition in case the decision was evaluated inside a case.
|
String |
getCaseDefinitionKey()
The corresponding key of the case definition in case the decision was evaluated inside a case.
|
String |
getCaseInstanceId()
The corresponding case instance in case the decision was evaluated inside a case.
|
Double |
getCollectResultValue()
The result of the collect operation if the hit policy 'collect' was used for the decision.
|
String |
getDecisionDefinitionId()
The decision definition reference.
|
String |
getDecisionDefinitionKey()
The unique identifier of the decision definition
|
String |
getDecisionDefinitionName()
The name of the decision definition
|
String |
getDecisionRequirementsDefinitionId()
The id of the related decision requirements definition.
|
String |
getDecisionRequirementsDefinitionKey()
The key of the related decision requirements definition.
|
Date |
getEvaluationTime()
Time when the decision was evaluated.
|
String |
getId()
The unique identifier of this historic decision instance.
|
List<HistoricDecisionInputInstance> |
getInputs()
The input values of the evaluated decision.
|
List<HistoricDecisionOutputInstance> |
getOutputs()
The output values of the evaluated decision.
|
String |
getProcessDefinitionId()
The corresponding id of the process definition in case the decision was evaluated inside a process.
|
String |
getProcessDefinitionKey()
The corresponding key of the process definition in case the decision was evaluated inside a process.
|
String |
getProcessInstanceId()
The corresponding process instance in case the decision was evaluated inside a process.
|
Date |
getRemovalTime()
Time when the historic decision instance is to be removed.
|
String |
getRootDecisionInstanceId()
The unique identifier of the historic decision instance of the evaluated root decision.
|
String |
getRootProcessInstanceId()
The unique identifier of the root historic process instance of the evaluated root decision
in case the decision was evaluated inside a process, otherwise
null . |
String |
getTenantId()
The id of the tenant this historic decision instance belongs to.
|
String |
getUserId()
The user ID in case the decision was evaluated by an authenticated user using the decision service
outside of an execution context.
|
String getId()
String getDecisionDefinitionId()
String getDecisionDefinitionKey()
String getDecisionDefinitionName()
Date getEvaluationTime()
Date getRemovalTime()
String getProcessDefinitionKey()
String getProcessDefinitionId()
String getProcessInstanceId()
String getCaseDefinitionKey()
String getCaseDefinitionId()
String getCaseInstanceId()
String getActivityId()
String getActivityInstanceId()
String getUserId()
List<HistoricDecisionInputInstance> getInputs()
ProcessEngineException
- if the input values are not fetched.HistoricDecisionInstanceQuery.includeInputs()
List<HistoricDecisionOutputInstance> getOutputs()
ProcessEngineException
- if the output values are not fetched.HistoricDecisionInstanceQuery.includeOutputs()
Double getCollectResultValue()
String getRootDecisionInstanceId()
null
if this instance is the root decision instance of the evaluation.String getRootProcessInstanceId()
null
.String getDecisionRequirementsDefinitionId()
null
if the decision has no relations to other decisions.String getDecisionRequirementsDefinitionKey()
null
if the decision has no relations to other decisions.String getTenantId()
null
if the historic decision instance belongs to no single tenant.Copyright © 2022. All rights reserved.