Uses of Class
com.atlassian.jira.web.bean.MoveIssueBean

Packages that use MoveIssueBean
com.atlassian.jira.movesubtask.operation   
com.atlassian.jira.web.action.issue   
 

Uses of MoveIssueBean in com.atlassian.jira.movesubtask.operation
 

Methods in com.atlassian.jira.movesubtask.operation with parameters of type MoveIssueBean
 boolean MoveSubTaskTypeOperation.canPerform(MoveIssueBean moveIssueBean, com.atlassian.crowd.embedded.api.User remoteUser)
           
 boolean AbstractMoveSubTaskOperation.canPerform(MoveIssueBean moveIssueBean, com.atlassian.crowd.embedded.api.User remoteUser)
           
 boolean MoveSubTaskOperation.canPerform(MoveIssueBean moveIssueBean, com.atlassian.crowd.embedded.api.User remoteUser)
          Determines whether the operation can be performed with the given issue
 String MoveSubTaskTypeOperation.getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
           
 String MoveSubTaskParentOperation.getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
           
 String MoveSubTaskOperation.getCannotPerformMessageKey(MoveIssueBean moveIssueBean)
          Gets the i18n key for why the operation can't be displayed
 

Uses of MoveIssueBean in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return MoveIssueBean
 MoveIssueBean MoveIssue.getMoveIssueBean()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.