|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.operation.BulkTransitionIssueOperation
public class BulkTransitionIssueOperation
Copyright (c) 2002-2004 All rights reserved.
| Constructor Summary | |
|---|---|
BulkTransitionIssueOperation(BulkOperation operation,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
|
|
| Method Summary | |
|---|---|
boolean |
canPerform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser)
|
boolean |
canPerform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Determines whether the operation can be performed with the given set of issues |
com.opensymphony.workflow.loader.ActionDescriptor |
getActionDescriptor()
|
String |
getCannotPerformMessageKey()
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation. |
String |
getDescriptionKey()
|
String |
getNameKey()
An i18n key used to display a short description of this operation in the UI. |
String |
getOperationName()
Returns the "operation name". |
void |
perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser)
|
void |
perform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Performs the operation on the given set of issues |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkTransitionIssueOperation(BulkOperation operation,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
| Method Detail |
|---|
public com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
getActionDescriptor in interface WorkflowIssueOperationpublic String getNameKey()
IssueOperation
getNameKey in interface IssueOperationpublic String getDescriptionKey()
getDescriptionKey in interface IssueOperation
public boolean canPerform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser)
public boolean canPerform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
BulkOperation
canPerform in interface BulkOperationBulkEditBean.getSelectedIssues()
public void perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser)
throws Exception
Exception
public void perform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
throws Exception
BulkOperation
perform in interface BulkOperationExceptionpublic String getOperationName()
BulkOperationThis is used to build up the name of the action used to render the details screen
in the bulk change UI.
The action name that is generated as operationName + "Details.jspa". See BulkChooseOperation
for details
getOperationName in interface BulkOperationpublic String getCannotPerformMessageKey()
BulkOperation
getCannotPerformMessageKey in interface BulkOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||