com.atlassian.jira.movesubtask.operation
Class AbstractMoveSubTaskOperation

java.lang.Object
  extended by com.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
All Implemented Interfaces:
MoveSubTaskOperation
Direct Known Subclasses:
MoveSubTaskParentOperation, MoveSubTaskTypeOperation

public abstract class AbstractMoveSubTaskOperation
extends Object
implements MoveSubTaskOperation


Constructor Summary
AbstractMoveSubTaskOperation(IssueManager issueManager)
           
 
Method Summary
 boolean canPerform(MoveIssueBean moveIssueBean, 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
 
Methods inherited from interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
getCannotPerformMessageKey, getDescriptionKey, getNameKey, getOperationName
 

Constructor Detail

AbstractMoveSubTaskOperation

public AbstractMoveSubTaskOperation(IssueManager issueManager)
Method Detail

canPerform

public boolean canPerform(MoveIssueBean moveIssueBean,
                          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-2009 Atlassian. All Rights Reserved.