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