Class AbstractMoveSubTaskOperation
java.lang.Object
com.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
- All Implemented Interfaces:
MoveSubTaskOperation
- Direct Known Subclasses:
MoveSubTaskParentOperation
,MoveSubTaskTypeOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canPerform
(MoveIssueBean moveIssueBean, ApplicationUser remoteUser) Determines whether the operation can be performed with the given issueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
getCannotPerformMessageKey, getDescriptionKey, getNameKey, getOperationName
-
Constructor Details
-
AbstractMoveSubTaskOperation
-
-
Method Details
-
canPerform
Description copied from interface:MoveSubTaskOperation
Determines whether the operation can be performed with the given issue- Specified by:
canPerform
in interfaceMoveSubTaskOperation
-