Class RemoveParametersCheck


public class RemoveParametersCheck extends BaseInputParametersCheck
Checks the input parameters for a remove operation. This instruction merely checks some basic assumptions
  • Constructor Details

    • RemoveParametersCheck

      public RemoveParametersCheck(com.atlassian.activeobjects.external.ActiveObjects ao, Long customFieldId, Long issueId, Long oldPrevious, Long oldNext)
  • Method Details

    • getBeforeState

      public String getBeforeState()
      Description copied from class: Instruction
      Get the state of the db before executing this instruction
      Overrides:
      getBeforeState in class Instruction
    • getOldPrevious

      public Long getOldPrevious()
    • getOldNext

      public Long getOldNext()