|
||||||||||
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,
com.atlassian.crowd.embedded.api.User remoteUser)
Determines whether the operation can be performed with the given set of issues |
boolean |
canPerform(BulkEditBean bulkEditBean,
User remoteUser)
Determines whether the operation can be performed with the given set of issues. |
com.opensymphony.workflow.loader.ActionDescriptor |
getActionDescriptor()
|
String |
getCannotPerformMessageKey()
|
String |
getDescriptionKey()
|
String |
getNameKey()
|
String |
getOperationName()
|
void |
perform(BulkEditBean bulkEditBean,
com.atlassian.crowd.embedded.api.User remoteUser)
Performs the operation on the given set of issues |
void |
perform(BulkEditBean bulkEditBean,
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 WorkflowIssueOperation
public String getNameKey()
getNameKey
in interface IssueOperation
public String getDescriptionKey()
getDescriptionKey
in interface IssueOperation
public boolean canPerform(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser)
BulkOperation
canPerform
in interface BulkOperation
public boolean canPerform(BulkEditBean bulkEditBean, User remoteUser)
BulkOperation
canPerform
in interface BulkOperation
public void perform(BulkEditBean bulkEditBean, com.atlassian.crowd.embedded.api.User remoteUser) throws Exception
BulkOperation
perform
in interface BulkOperation
Exception
public void perform(BulkEditBean bulkEditBean, User remoteUser) throws Exception
BulkOperation
perform
in interface BulkOperation
Exception
public String getOperationName()
getOperationName
in interface BulkOperation
public String getCannotPerformMessageKey()
getCannotPerformMessageKey
in interface BulkOperation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |