Uses of Interface
com.atlassian.jira.web.action.issue.IssueSummaryAware

Packages that use IssueSummaryAware
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.action.workflow   
 

Uses of IssueSummaryAware in com.atlassian.jira.web.action.issue
 

Classes in com.atlassian.jira.web.action.issue that implement IssueSummaryAware
 class AbstractCommentableAssignableIssue
           
 class AbstractCommentableIssue
          This class should be extended by any action that modifies issues and can have an associated comment.
 class AbstractIssueSelectAction
          An abstract action that should be extended by any action which wants to 'select' an issue

TODO: Test this class thoroughly - especially setKey()

 class AbstractViewIssue
           
 class AbstractWorklogAction
           
 class AddComment
           
 class AssignIssue
           
 class AttachFile
           
 class CloneIssueDetails
           
 class CommentAssignIssue
           
 class CreateIssue
           
 class CreateIssueDetails
           
 class CreateSubTaskIssue
           
 class CreateSubTaskIssueDetails
           
 class CreateWorklog
          This action creates a new worklog
 class DeleteAttachment
           
 class DeleteIssue
           
 class DeleteWorklog
          This action deletes an existing worklog
 class EditComment
           
 class EditIssue
           
 class EditSubTaskIssue
           
 class LinkExistingIssue
           
 class ManageAttachments
           
 class ManageLinks
           
 class ManageTrackbacks
           
 class ManageWatchers
           
 class MoveIssue
           
 class MoveIssueConfirm
           
 class MoveIssueUpdateFields
           
 class MoveSubTask
           
 class MoveSubTaskChooseOperation
          This action is used to present the user with a list of allowed bulk operations on the selected issues
 class MoveSubTaskParent
           
 class UpdateIssueFields
          Action to update an issue.
 class UpdateWorklog
          This action updates an existing worklog
 class ViewIssue
           
 class ViewVoters
           
 

Uses of IssueSummaryAware in com.atlassian.jira.web.action.issue.enterprise
 

Classes in com.atlassian.jira.web.action.issue.enterprise that implement IssueSummaryAware
 class MoveIssueUpdateWorkflow
           
 

Uses of IssueSummaryAware in com.atlassian.jira.web.action.workflow
 

Classes in com.atlassian.jira.web.action.workflow that implement IssueSummaryAware
 class SimpleWorkflowAction
           
 class WorkflowUIDispatcher
          A simple action to look at the incoming action + issue ID combination, and redirect to the correct web action.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.