Class MoveParametersCheck


public class MoveParametersCheck extends BaseInputParametersCheck
Checks the input parameters for an move operation. This instruction merely checks some basic assumptions
  • Constructor Details

    • MoveParametersCheck

      public MoveParametersCheck(com.atlassian.activeobjects.external.ActiveObjects ao, Long customFieldId, Long issueId, Long oldPrevious, Long oldNext, Long newPrevious, Long newNext)
  • 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()
    • getNewPrevious

      public Long getNewPrevious()
    • getNewNext

      public Long getNewNext()