Interface Decision
- All Known Subinterfaces:
DecisionDefinition
- All Known Implementing Classes:
DecisionDefinitionImpl
,DecisionImpl
public interface Decision
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
int
-
Method Details
-
getDmnDecisionId
String getDmnDecisionId()- Returns:
- the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
-
getDmnDecisionName
String getDmnDecisionName()- Returns:
- the dmn name of the decision, as parsed during deployment
-
getVersion
int getVersion()- Returns:
- the assigned decision version
-
getDecisionKey
long getDecisionKey()- Returns:
- the assigned decision key, which acts as a unique identifier for this decision
-
getDmnDecisionRequirementsId
String getDmnDecisionRequirementsId()- Returns:
- the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
-
getDecisionRequirementsKey
long getDecisionRequirementsKey()- Returns:
- the assigned key of the decision requirements graph that this decision is part of
-
getTenantId
String getTenantId()- Returns:
- the tenant identifier that owns this decision
-