com.atlassian.jira.movesubtask.operation
Class MoveSubTaskTypeOperation

java.lang.Object
  extended bycom.atlassian.jira.movesubtask.operation.AbstractMoveSubTaskOperation
      extended bycom.atlassian.jira.movesubtask.operation.MoveSubTaskTypeOperation
All Implemented Interfaces:
MoveSubTaskOperation

public class MoveSubTaskTypeOperation
extends AbstractMoveSubTaskOperation


Field Summary
static String NAME
           
static String NAME_KEY
           
 
Constructor Summary
MoveSubTaskTypeOperation(IssueManager issueManager, ConstantsManager constantsManager)
           
 
Method Summary
 boolean canPerform(MoveIssueBean moveIssueBean, User remoteUser)
          Determines whether the operation can be performed with the given issue
 boolean equals(Object o)
           
 String getCannotPerformMessageKey()
           
 String getDescriptionKey()
           
 String getNameKey()
           
 String getOperationName()
           
 
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

MoveSubTaskTypeOperation

public MoveSubTaskTypeOperation(IssueManager issueManager,
                                ConstantsManager constantsManager)
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
Overrides:
canPerform in class AbstractMoveSubTaskOperation

getNameKey

public String getNameKey()

getDescriptionKey

public String getDescriptionKey()

equals

public boolean equals(Object o)

getOperationName

public String getOperationName()

getCannotPerformMessageKey

public String getCannotPerformMessageKey()


Copyright © 2002-2006 Atlassian. All Rights Reserved.