Modifier and Type | Interface and Description |
---|---|
interface |
BulkMoveOperation
Operation for moving parent issues and their sub-tasks from one or many contexts to a single target
context.
|
interface |
BulkOperation
Deprecated.
Since 6.3.6 use
ProgressAwareBulkOperation |
interface |
ProgressAwareBulkOperation
This interface allows bulk operations to perform bulk operations and report back the progress.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBulkOperation
Deprecated.
Since 6.3.6 use
ProgressAwareBulkOperation |
class |
BulkDeleteOperation |
class |
BulkEditOperation |
class |
BulkMigrateOperation
Operation to Move issues from differing contexts to multiple target contexts.
|
class |
BulkMoveOperationImpl
Operation for moving parent and their sub-takks issues from one or many contexts to a single target
context.
|
class |
BulkUnwatchOperation
Represents an operation able to make an
user no longer the watcher on
the list of selected issues in a BulkEditBean . |
class |
BulkWatchOperation
Represents an operation able to make an
user the watcher on the list of selected issues in a
BulkEditBean . |
class |
BulkWorkflowTransitionOperation |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
OperationContext.getIssueOperation() |
IssueOperation |
OperationContextImpl.getIssueOperation() |
Constructor and Description |
---|
OperationContextImpl(IssueOperation issueOperation,
Map<String,Object> fieldValuesHolder) |
Modifier and Type | Method and Description |
---|---|
protected Map<IssueOperation,FieldScreenSchemeItem> |
FieldScreenSchemeImpl.getInternalSchemeItems()
Returns a synchronized map of scheme items
|
Modifier and Type | Method and Description |
---|---|
MockFieldScreenScheme |
MockFieldScreenScheme.addFieldScreen(IssueOperation operation,
FieldScreen fieldScreen) |
MockFieldScreenScheme |
MockFieldScreenScheme.addFieldScreenSchemeItem(IssueOperation issueOperation,
FieldScreenSchemeItem fieldScreenSchemeItem) |
MockFieldScreen |
MockFieldScreenScheme.createFieldScreen(IssueOperation operation) |
FieldScreen |
MockFieldScreenScheme.getFieldScreen(IssueOperation issueOperation) |
FieldScreen |
FieldScreenSchemeImpl.getFieldScreen(IssueOperation issueOperation) |
FieldScreen |
FieldScreenScheme.getFieldScreen(IssueOperation issueOperation) |
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
boolean onlyShownCustomFields) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
boolean onlyShownCustomFields)
Deprecated.
Use
FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.operation.IssueOperation) instead. Use FieldPredicates.isCustomField() in the version that takes a predicate if you only want custom fields. Since v6.2. |
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation)
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue,
IssueOperation issueOperation,
Predicate<? super Field> predicate)
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
|
FieldScreenRenderer |
FieldScreenRendererFactoryImpl.getFieldScreenRenderer(List<String> fieldIds,
ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation) |
FieldScreenRenderer |
FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds,
ApplicationUser remoteUser,
Issue issue,
IssueOperation issueOperation)
Returns a
FieldScreenRenderer that represents a 'field screen' with the fields the ids of which
are in fieldIds. |
FieldScreenSchemeItem |
MockFieldScreenScheme.getFieldScreenSchemeItem(IssueOperation issueOperation) |
FieldScreenSchemeItem |
FieldScreenSchemeImpl.getFieldScreenSchemeItem(IssueOperation issueOperation) |
FieldScreenSchemeItem |
FieldScreenScheme.getFieldScreenSchemeItem(IssueOperation issueOperation) |
FieldScreenSchemeItem |
MockFieldScreenScheme.removeFieldScreenSchemeItem(IssueOperation issueOperation) |
FieldScreenSchemeItem |
FieldScreenSchemeImpl.removeFieldScreenSchemeItem(IssueOperation issueOperation) |
FieldScreenSchemeItem |
FieldScreenScheme.removeFieldScreenSchemeItem(IssueOperation issueOperation) |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
IssueTabRendererDto.getOperation() |
Constructor and Description |
---|
IssueTabRendererDto(Issue issue,
IssueOperation operation,
Predicate<? super Field> condition,
int currentTabPosition,
FieldScreenTab fieldScreenTab) |
Modifier and Type | Interface and Description |
---|---|
interface |
BulkIssueOperation
Copyright (c) 2002-2004
All rights reserved.
|
interface |
ScreenableIssueOperation
Copyright (c) 2002-2004
All rights reserved.
|
interface |
SingleIssueOperation
Copyright (c) 2002-2004
All rights reserved.
|
interface |
WorkflowIssueOperation
Copyright (c) 2002-2004
All rights reserved.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkTransitionIssueOperation |
class |
IssueOperationImpl |
class |
ScreenableSingleIssueOperationImpl |
class |
WorkflowIssueOperationImpl
Copyright (c) 2002-2004
All rights reserved.
|
Modifier and Type | Field and Description |
---|---|
static IssueOperation |
IssueOperations.MOVE_ISSUE_OPERATION |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
EditIssueOperationContext.getIssueOperation() |
IssueOperation |
CreateIssueOperationContext.getIssueOperation() |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
AbstractFieldScreenSchemeItemAction.getIssueOperation() |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
CreateIssue.getIssueOperation() |
IssueOperation |
AbstractCommentableIssue.getIssueOperation() |
IssueOperation |
CommentAssignIssue.getIssueOperation() |
IssueOperation |
EditIssue.getIssueOperation() |
Modifier and Type | Method and Description |
---|---|
IssueOperation |
ConvertIssueToSubTaskBean.getIssueOperation()
Returns the issue operation of this bean
|
IssueOperation |
BulkEditBeanImpl.getIssueOperation() |
IssueOperation |
ConvertIssueBean.getIssueOperation()
Returns the issue operation of this bean
|
IssueOperation |
BulkEditBean.getIssueOperation() |
IssueOperation |
MoveIssueBean.getIssueOperation() |
Copyright © 2002-2015 Atlassian. All Rights Reserved.