Interface DecisionRequirements
- All Known Subinterfaces:
DecisionRequirements
- All Known Implementing Classes:
DecisionRequirementsImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.
-
Method Details
-
getDmnDecisionRequirementsId
String getDmnDecisionRequirementsId()Deprecated.- Returns:
- the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
-
getDmnDecisionRequirementsName
String getDmnDecisionRequirementsName()Deprecated.- Returns:
- the dmn name of the decision requirements, as parsed during deployment
-
getVersion
int getVersion()Deprecated.- Returns:
- the assigned decision requirements version
-
getDecisionRequirementsKey
long getDecisionRequirementsKey()Deprecated.- Returns:
- the assigned decision requirements key, which acts as a unique identifier for this decision requirements
-
getResourceName
String getResourceName()Deprecated.- Returns:
- the resource name (i.e. filename) from which this decision requirements was parsed
-
getTenantId
String getTenantId()Deprecated.- Returns:
- the tenant identifier that owns this decision requirements
-
DecisionRequirements