com.atlassian.jira.movesubtask.operation
Class AbstractMoveSubTaskOperation
java.lang.Object
com.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
- All Implemented Interfaces:
- MoveSubTaskOperation
- Direct Known Subclasses:
- MoveSubTaskParentOperation, MoveSubTaskTypeOperation
public abstract class AbstractMoveSubTaskOperation
- extends Object
- implements MoveSubTaskOperation
Method Summary |
boolean |
canPerform(MoveIssueBean moveIssueBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Determines whether the operation can be performed with the given issue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMoveSubTaskOperation
public AbstractMoveSubTaskOperation(IssueManager issueManager)
canPerform
public boolean canPerform(MoveIssueBean moveIssueBean,
com.atlassian.crowd.embedded.api.User remoteUser)
- Description copied from interface:
MoveSubTaskOperation
- Determines whether the operation can be performed with the given issue
- Specified by:
canPerform
in interface MoveSubTaskOperation
Copyright © 2002-2012 Atlassian. All Rights Reserved.