Interface MoveSubTaskOperation
- All Known Implementing Classes:
AbstractMoveSubTaskOperation,MoveSubTaskParentOperation,MoveSubTaskTypeOperation
public interface MoveSubTaskOperation
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(MoveIssueBean moveIssueBean, ApplicationUser remoteUser) Determines whether the operation can be performed with the given issuegetCannotPerformMessageKey(MoveIssueBean moveIssueBean) Gets the i18n key for why the operation can't be displayed
-
Method Details
-
canPerform
Determines whether the operation can be performed with the given issue -
getNameKey
String getNameKey() -
getDescriptionKey
String getDescriptionKey() -
getOperationName
String getOperationName() -
getCannotPerformMessageKey
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
-