com.atlassian.jira.movesubtask.operation
Class MoveSubTaskParentOperation

java.lang.Object
  extended by com.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
      extended by com.atlassian.jira.movesubtask.operation.MoveSubTaskParentOperation
All Implemented Interfaces:
MoveSubTaskOperation

public class MoveSubTaskParentOperation
extends AbstractMoveSubTaskOperation


Field Summary
static String NAME
           
static String NAME_KEY
           
 
Constructor Summary
MoveSubTaskParentOperation(IssueManager issueManager)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
          Gets the i18n key for why the operation can't be displayed
 String getDescriptionKey()
           
 String getNameKey()
           
 String getOperationName()
           
 
Methods inherited from class com.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
canPerform
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

NAME_KEY

public static final String NAME_KEY
See Also:
Constant Field Values
Constructor Detail

MoveSubTaskParentOperation

public MoveSubTaskParentOperation(IssueManager issueManager)
Method Detail

getNameKey

public String getNameKey()

getDescriptionKey

public String getDescriptionKey()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getOperationName

public String getOperationName()

getCannotPerformMessageKey

public String getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
Description copied from interface: MoveSubTaskOperation
Gets the i18n key for why the operation can't be displayed

Parameters:
moveIssueBean - bean containing information about the move
Returns:
the i18n key stating the reason why this operation can't be performed on the issue


Copyright © 2002-2014 Atlassian. All Rights Reserved.