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 TypeMethodDescriptionbooleancanPerform(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, waitMethods inherited from interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
getCannotPerformMessageKey, getDescriptionKey, getNameKey, getOperationName
-
Constructor Details
-
AbstractMoveSubTaskOperation
-
-
Method Details
-
canPerform
Description copied from interface:MoveSubTaskOperationDetermines whether the operation can be performed with the given issue- Specified by:
canPerformin interfaceMoveSubTaskOperation
-