Class DecisionCacheEntry
java.lang.Object
org.flowable.dmn.engine.impl.persistence.deploy.DecisionCacheEntry
- All Implemented Interfaces:
Serializable
- Author:
- Tijs Rademakers, Yvo Swillens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Decision
protected DecisionEntity
protected DecisionService
protected DmnDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionDecisionCacheEntry
(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision) DecisionCacheEntry
(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDecision
(Decision decision) void
setDecisionEntity
(DecisionEntity decisionEntity) void
setDecisionService
(DecisionService decisionService) void
setDmnDefinition
(DmnDefinition dmnDefinition)
-
Field Details
-
decisionEntity
-
dmnDefinition
-
decisionService
-
decision
-
-
Constructor Details
-
DecisionCacheEntry
public DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
DecisionCacheEntry
public DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision)
-
-
Method Details
-
getDecisionEntity
-
setDecisionEntity
-
getDmnDefinition
-
setDmnDefinition
-
getDecisionService
-
setDecisionService
-
getDecision
-
setDecision
-