public class DecisionCacheEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
decision |
protected DecisionEntity |
decisionEntity |
protected DecisionService |
decisionService |
protected DmnDefinition |
dmnDefinition |
| Constructor and Description |
|---|
DecisionCacheEntry(DecisionEntity decisionEntity,
DmnDefinition dmnDefinition,
Decision decision) |
DecisionCacheEntry(DecisionEntity decisionEntity,
DmnDefinition dmnDefinition,
DecisionService decisionService) |
| Modifier and Type | Method and Description |
|---|---|
Decision |
getDecision() |
DecisionEntity |
getDecisionEntity() |
DecisionService |
getDecisionService() |
DmnDefinition |
getDmnDefinition() |
void |
setDecision(Decision decision) |
void |
setDecisionEntity(DecisionEntity decisionEntity) |
void |
setDecisionService(DecisionService decisionService) |
void |
setDmnDefinition(DmnDefinition dmnDefinition) |
protected DecisionEntity decisionEntity
protected DmnDefinition dmnDefinition
protected DecisionService decisionService
protected Decision decision
public DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService)
public DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision)
public DecisionEntity getDecisionEntity()
public void setDecisionEntity(DecisionEntity decisionEntity)
public DmnDefinition getDmnDefinition()
public void setDmnDefinition(DmnDefinition dmnDefinition)
public DecisionService getDecisionService()
public void setDecisionService(DecisionService decisionService)
public Decision getDecision()
public void setDecision(Decision decision)
Copyright © 2021 Flowable. All rights reserved.