|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.bulkedit.operation.AbstractBulkOperation
com.atlassian.jira.bulkedit.operation.BulkDeleteOperation
public class BulkDeleteOperation
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
log
|
static String |
NAME
|
static String |
NAME_KEY
|
| Constructor Summary | |
|---|---|
BulkDeleteOperation()
|
|
| Method Summary | |
|---|---|
boolean |
canPerform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser)
|
boolean |
canPerform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Determines whether the operation can be performed with the given set of issues |
boolean |
equals(Object o)
|
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger log
public static final String NAME
public static final String NAME_KEY
| Constructor Detail |
|---|
public BulkDeleteOperation()
| Method Detail |
|---|
public boolean canPerform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
BulkOperation
canPerform in interface BulkOperationBulkEditBean.getSelectedIssues()
public boolean canPerform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser)
public void perform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
throws RemoveException
BulkOperation
perform in interface BulkOperationRemoveException
public void perform(BulkEditBean bulkEditBean,
ApplicationUser applicationUser)
throws RemoveException
RemoveExceptionpublic String getNameKey()
IssueOperation
getNameKey in interface IssueOperationpublic String getDescriptionKey()
getDescriptionKey in interface IssueOperationpublic boolean equals(Object o)
equals in class Objectpublic 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 | |||||||||