Interface Decision

All Known Implementing Classes:
DecisionImpl

public interface Decision
  • 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