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 Decisionprotected DecisionEntityprotected DecisionServiceprotected DmnDefinition -
Constructor Summary
ConstructorsConstructorDescriptionDecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision) DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDecision(Decision decision) voidsetDecisionEntity(DecisionEntity decisionEntity) voidsetDecisionService(DecisionService decisionService) voidsetDmnDefinition(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
-