Interface MutableDecisionState

All Superinterfaces:
DecisionState
All Known Implementing Classes:
DbDecisionState

public interface MutableDecisionState extends DecisionState
  • Method Details

    • storeDecisionRecord

      void storeDecisionRecord(DecisionRecord record)
      Put the given decision in the state. Update the latest version of the decision if it is newer.
      Parameters:
      record - the record of the decision
    • storeDecisionRequirements

      void storeDecisionRequirements(DecisionRequirementsRecord record)
      Put the given decision requirements (DRG) in the state. Update the latest version of the DRG if it is newer.
      Parameters:
      record - the record of the DRG