Interface MoveSubTaskOperation

All Known Implementing Classes:
AbstractMoveSubTaskOperation, MoveSubTaskParentOperation, MoveSubTaskTypeOperation

public interface MoveSubTaskOperation
  • Method Details

    • canPerform

      boolean canPerform(MoveIssueBean moveIssueBean, ApplicationUser remoteUser)
      Determines whether the operation can be performed with the given issue
    • getNameKey

      String getNameKey()
    • getDescriptionKey

      String getDescriptionKey()
    • getOperationName

      String getOperationName()
    • getCannotPerformMessageKey

      String getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
      Gets the i18n key for why the operation can't be displayed
      Parameters:
      moveIssueBean - bean containing information about the move
      Returns:
      the i18n key stating the reason why this operation can't be performed on the issue