Uses of Interface
com.atlassian.jira.issue.operation.IssueOperation

Packages that use IssueOperation
com.atlassian.jira.bulkedit.operation   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.issue.operation   
com.atlassian.jira.web.bean   
 

Uses of IssueOperation in com.atlassian.jira.bulkedit.operation
 

Subinterfaces of IssueOperation in com.atlassian.jira.bulkedit.operation
 interface BulkMoveOperation
          Operation for moving parent issues and their sub-tasks from one or many contexts to a single target context.
 interface BulkOperation
           
 

Uses of IssueOperation in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields that return IssueOperation
 IssueOperation OperationContext.getIssueOperation()
           
 

Uses of IssueOperation in com.atlassian.jira.issue.fields.screen
 

Methods in com.atlassian.jira.issue.fields.screen with parameters of type IssueOperation
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds, User remoteUser, Issue issue, IssueOperation issueOperation)
          Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which are in fieldIds.
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation)
          Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which are in fieldIds.
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, 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 FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, 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.
 

Uses of IssueOperation in com.atlassian.jira.issue.operation
 

Subinterfaces of IssueOperation in com.atlassian.jira.issue.operation
 interface ScreenableIssueOperation
          Copyright (c) 2002-2004 All rights reserved.
 interface SingleIssueOperation
          Copyright (c) 2002-2004 All rights reserved.
 

Classes in com.atlassian.jira.issue.operation that implement IssueOperation
 class IssueOperationImpl
           
 class ScreenableSingleIssueOperationImpl
           
 

Fields in com.atlassian.jira.issue.operation declared as IssueOperation
static IssueOperation IssueOperations.MOVE_ISSUE_OPERATION
           
 

Uses of IssueOperation in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that return IssueOperation
 IssueOperation MoveIssueBean.getIssueOperation()
           
abstract  IssueOperation BulkEditBean.getIssueOperation()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.