Uses of Interface
com.atlassian.jira.issue.AttachmentManager

Packages that use AttachmentManager
com.atlassian.jira   
com.atlassian.jira.action.issue   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.util   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.filter   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.util   
 

Uses of AttachmentManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return AttachmentManager
static AttachmentManager ManagerFactory.getAttachmentManager()
           
 AttachmentManager ComponentManager.getAttachmentManager()
           
 

Uses of AttachmentManager in com.atlassian.jira.action.issue
 

Constructors in com.atlassian.jira.action.issue with parameters of type AttachmentManager
IssueDelete(AttachmentManager attachmentManager, PermissionManager permissionManager, com.atlassian.core.ofbiz.association.AssociationManager associationManager, CustomFieldManager customFieldManager, CacheManager cacheManager, MailThreadManager mailThreadManager, IssueIndexManager indexManager, SubTaskManager subTaskManager, IssueManager issueManager, IssueLinkManager issueLinkManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.issue.managers
 

Classes in com.atlassian.jira.issue.managers that implement AttachmentManager
 class DefaultAttachmentManager
           
 

Uses of AttachmentManager in com.atlassian.jira.issue.thumbnail
 

Constructors in com.atlassian.jira.issue.thumbnail with parameters of type AttachmentManager
DefaultThumbnailManager(ApplicationProperties applicationProperties, AttachmentManager attachmentManager, MimeManager mimeManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.util
 

Constructors in com.atlassian.jira.util with parameters of type AttachmentManager
BugzillaImportBean(IssueIndexManager indexManager, org.ofbiz.core.entity.GenericDelegator genericDelegator, ProjectManager projectManager, PermissionSchemeManager permissionSchemeManager, CacheManager cacheManager, VersionManager versionManager, VoteManager voteManager, ProjectComponentManager projectComponentManager, CustomFieldManager customFieldManager, IssueManager issueManager, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.web.action
 

Fields in com.atlassian.jira.web.action declared as AttachmentManager
protected  AttachmentManager IssueActionSupport.attachmentManager
           
 

Methods in com.atlassian.jira.web.action that return AttachmentManager
 AttachmentManager IssueActionSupport.getAttachmentManager()
           
 

Constructors in com.atlassian.jira.web.action with parameters of type AttachmentManager
IssueActionSupport(IssueManager issueManager, CustomFieldManager customFieldManager, ActionManager actionManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.web.action.filter
 

Constructors in com.atlassian.jira.web.action.filter with parameters of type AttachmentManager
SaveAsFilter(IssueManager issueManager, CustomFieldManager customFieldManager, ActionManager actionManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, SearchRequestManager searchRequestManager)
           
RenameFilter(IssueManager issueManager, CustomFieldManager customFieldManager, ActionManager actionManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, SearchRequestManager searchRequestManager)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type AttachmentManager
MoveIssueConfirm(IssueLinkManager issueLinkManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldLayoutManager fieldLayoutmanager, DateConverter datePickerConverter)
           
 

Uses of AttachmentManager in com.atlassian.jira.web.util
 

Constructors in com.atlassian.jira.web.util with parameters of type AttachmentManager
DefaultWebAttachmentManager(AttachmentManager attachmentManager)
           
 



Copyright © 2002-2005 Atlassian. All Rights Reserved.