public interface MultiBulkMoveBean extends Serializable
BulkEditBean
void initOptionIds(Collection optionIds)
void initFromIssues(List issues, BulkEditBean parentBulkEditBean)
If this MultiBulkMoveBean links a BulkEditBean with parent issues to BulkEditBeans with subtasks, then include the parent BulkEditBean in the parentBulkEditBean parameter. Otherwise you can pass null.
issues
- Issues for this MultiBulkMoveBean.parentBulkEditBean
- If this MultiBulkMoveBean represents subtasks, then this is the BulkEditBean that
contains the parents of the subtasks, otherwise null.void remapBulkEditBeansByTargetContext()
BulkEditBean
Map to be keyed by the target
IssueContext
rather than the originating IssueContext
.void validate(ErrorCollection errors, BulkMoveOperation bulkMoveOperation, ApplicationUser applicationUser)
org.apache.commons.collections.map.ListOrderedMap getIssuesInContext()
org.apache.commons.collections.map.ListOrderedMap getBulkEditBeans()
ExecutableAction getExecutableAction()
void setExecutableAction(ExecutableAction executableAction)
String getFinalLocation()
void setFinalLocation(String finalLocation)
Collection getSelectedOptions()
List getRegularOptions()
List getSubTaskOptions()
int getSubTasksDiscarded()
int getNumberOfStatusChangeRequired(BulkMoveOperation bulkMoveOperation)
BulkEditBean getCurrentBulkEditBean()
void progressToNextBulkEditBean()
void progressToPreviousBulkEditBean()
boolean isLastBulkEditBean()
IssueContext getCurrentIssueContext()
int getCurrentBulkEditBeanIndex()
void setTargetProject(org.ofbiz.core.entity.GenericValue targetProjectGV)
setTargetProject(com.atlassian.jira.project.Project)
instead. Since v5.2.void setTargetProject(Project targetProject)
void setParentIssueKey(String key)
BulkEditBean
.key
- Parent issue keyCopyright © 2002-2021 Atlassian. All Rights Reserved.