com.atlassian.jira.movesubtask.operation
Interface MoveSubTaskOperation

All Known Implementing Classes:
AbstractMoveSubTaskOperation

public interface MoveSubTaskOperation


Method Summary
 boolean canPerform(MoveIssueBean moveIssueBean, User remoteUser)
          Determines whether the operation can be performed with the given issue
 String getCannotPerformMessageKey()
           
 String getDescriptionKey()
           
 String getNameKey()
           
 String getOperationName()
           
 

Method Detail

canPerform

public boolean canPerform(MoveIssueBean moveIssueBean,
                          User remoteUser)
Determines whether the operation can be performed with the given issue


getNameKey

public String getNameKey()

getDescriptionKey

public String getDescriptionKey()

getOperationName

public String getOperationName()

getCannotPerformMessageKey

public String getCannotPerformMessageKey()


Copyright © 2002-2006 Atlassian. All Rights Reserved.