com.atlassian.jira.web.bean
Interface SingleIssueModeEditBean

All Known Subinterfaces:
BulkEditBean
All Known Implementing Classes:
BulkEditBeanImpl

public interface SingleIssueModeEditBean

This is used in order to be able to move an individual issue that has sub-tasks via the bulk move process.

See Also:
JRA-17312

Method Summary
 String getSingleIssueKey()
          Gets the issue key for this bean as previously set by setSingleIssueKey(String).
 boolean isSingleMode()
          Indicates where this bean is being used to move a single issue with subtasks.
 void setSingleIssueKey(String issueKey)
          Sets this bean to "single issue mode".
 

Method Detail

setSingleIssueKey

void setSingleIssueKey(String issueKey)
Sets this bean to "single issue mode". Set single issue key to be moved via bulk edit workflow.

Parameters:
issueKey - key for single issue to be moved

getSingleIssueKey

String getSingleIssueKey()
Gets the issue key for this bean as previously set by setSingleIssueKey(String).

Returns:
the issue key or null if there is none.

isSingleMode

boolean isSingleMode()
Indicates where this bean is being used to move a single issue with subtasks.

Returns:
true if this bulk edit bean is used for single issue move operation


Copyright © 2002-2014 Atlassian. All Rights Reserved.