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

Packages that use AttachmentManager
com.atlassian.jira   
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.component   
com.atlassian.jira.external   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.renderer.wiki.embedded   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.util   
 

Uses of AttachmentManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return AttachmentManager
static AttachmentManager ManagerFactory.getAttachmentManager()
          Deprecated. 
 AttachmentManager ComponentManager.getAttachmentManager()
          Retrieves and returns the attachment manager instance
 

Uses of AttachmentManager in com.atlassian.jira.bc.imports.project
 

Constructors in com.atlassian.jira.bc.imports.project with parameters of type AttachmentManager
DefaultProjectImportService(PermissionManager permissionManager, ProjectImportManager projectImportManager, ProjectManager projectManager, UserManager userManager, IssueManager issueManager, VersionManager versionManager, ProjectComponentManager projectComponentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, AttachmentManager attachmentManager, AttachmentPathManager attachmentPathManager, BuildUtilsInfo buildUtilsInfo)
           
 

Uses of AttachmentManager in com.atlassian.jira.bc.issue.attachment
 

Constructors in com.atlassian.jira.bc.issue.attachment with parameters of type AttachmentManager
DefaultAttachmentService(AttachmentManager attachmentManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, IssueUpdater issueUpdater, IssueManager issueManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return AttachmentManager
static AttachmentManager ComponentAccessor.getAttachmentManager()
           
 

Uses of AttachmentManager in com.atlassian.jira.external
 

Constructors in com.atlassian.jira.external with parameters of type AttachmentManager
ExternalUtils(ProjectManager projectManager, PermissionSchemeManager permissionSchemeManager, IssueManager issueManager, JiraAuthenticationContext authenticationContext, VersionManager versionManager, ProjectComponentManager componentManager, CustomFieldManager customFieldManager, OptionsManager optionsManager, org.ofbiz.core.entity.GenericDelegator genericDelegator, ActionDispatcher actionDispatcher, ConstantsManager constantsManager, WorkflowManager workflowManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, FieldScreenManager fieldScreenManager, PermissionManager permissionManager, IssueFactory issueFactory, AttachmentManager attachmentManager, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, FieldManager fieldManager, ApplicationProperties applicationProperties, IssueTypeSchemeManager issueTypeSchemeManager, CommentManager commentManager, UserUtil userUtil)
           
 

Uses of AttachmentManager in com.atlassian.jira.imports.project
 

Constructors in com.atlassian.jira.imports.project with parameters of type AttachmentManager
DefaultProjectImportPersister(UserUtil userUtil, ExternalUtils externalUtils, IssueFactory issueFactory, OfBizDelegator ofBizDelegator, IssueIndexManager issueIndexManager, IssueManager issueManager, ProjectFactory projectFactory, ProjectManager projectManager, VersionManager versionManager, AssociationManager associationManager, UserAssociationStore userAssociationStore, ProjectComponentManager projectComponentManager, AttachmentManager attachmentManager, ChangeHistoryManager changeHistoryManager, IssueLinkTypeManager issueLinkTypeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, ApplicationProperties applicationProperties, UserPropertyManager userPropertyManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.issue
 

Fields in com.atlassian.jira.issue declared as AttachmentManager
protected  AttachmentManager AbstractIssue.attachmentManager
           
 

Constructors in com.atlassian.jira.issue with parameters of type AttachmentManager
AbstractIssue(ConstantsManager constantsManager, IssueManager issueManager, AttachmentManager attachmentManager)
           
DefaultIssueFactory(IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, FieldManager fieldManager, AttachmentManager attachmentManager, ProjectFactory projectFactory, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JqlLocalDateSupport jqlLocalDateSupport)
           
DocumentIssueImpl(org.apache.lucene.document.Document document, ConstantsManager constantsManager, FieldManager fieldManager, IssueManager issueManager, IssueFactory issueFactory, AttachmentManager attachmentManager, ProjectFactory projectFactory, JqlLocalDateSupport jqlLocalDateSupport)
           
IssueImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager)
          Load an issue backed by the database.
IssueImpl(Issue issue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager)
          Create an issue, cloning another issue's data.
 

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

Constructors in com.atlassian.jira.issue.fields with parameters of type AttachmentManager
AttachmentSystemField(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, AttachmentManager attachmentManager, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator, JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager, DateTimeFormatterFactory dateTimeFormatterFactory)
           
 

Uses of AttachmentManager in com.atlassian.jira.issue.fields.renderer.wiki.embedded
 

Constructors in com.atlassian.jira.issue.fields.renderer.wiki.embedded with parameters of type AttachmentManager
RendererAttachmentManager(AttachmentManager attachmentManager, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext)
           
 

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

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

Constructors in com.atlassian.jira.issue.managers with parameters of type AttachmentManager
DefaultIssueDeleteHelper(IssueIndexManager indexManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, MailThreadManager mailThreadManager, CustomFieldManager customFieldManager, AttachmentManager attachmentManager, IssueManager issueManager, AssociationManager associationManager, WorkflowManager workflowManager, ChangeHistoryManager changeHistoryManager, IssueEventManager issueEventManager)
           
 

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

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type AttachmentManager
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor, ChangeHistory changeHistory, boolean showHeader, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatter formatter, Issue issue, DateTimeFieldChangeLogHelper changeLogHelper)
           
ChangeHistoryTabPanel(ChangeHistoryManager changeHistoryManager, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatterFactory dateTimeFormatterFactory, DateTimeFieldChangeLogHelper changeLogHelper)
           
 

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

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

Uses of AttachmentManager in com.atlassian.jira.plugin.viewissue
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type AttachmentManager
AttachmentBlockContextProvider(AttachmentManager attachmentManager, JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory velocityRequestContextFactory, ThumbnailManager thumbnailManager, UserManager userManager, ApplicationProperties applicationProperties, FileIconUtil fileIconUtil, IssueManager issueManager, PermissionManager permissionManager, DateTimeFormatter dateTimeFormatter)
           
 

Uses of AttachmentManager in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type AttachmentManager
AttachmentResource(AttachmentService attachmentService, AttachmentManager attachmentManager, PermissionManager permissionManager, JiraAuthenticationContext authContext, BeanBuilderFactory beanBuilderFactory, ContextI18n i18n, ContextUriInfo uriInfo)
           
IssueAttachmentsResource(JiraAuthenticationContext authContext, IssueManager issueManager, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, ContextI18n i18n, IssueFinder issueFinder, JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager)
           
 

Uses of AttachmentManager in com.atlassian.jira.service.util.handler
 

Constructors in com.atlassian.jira.service.util.handler with parameters of type AttachmentManager
DefaultMessageHandlerContext(CommentManager commentManager, MessageHandlerExecutionMonitor monitor, 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, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, UserIssueHistoryManager userHistoryManager, TimeTrackingConfiguration timeTrackingConfiguration)
           
 

Uses of AttachmentManager in com.atlassian.jira.web.action.admin.importer.project
 

Constructors in com.atlassian.jira.web.action.admin.importer.project with parameters of type AttachmentManager
ProjectImportSelectBackup(ProjectImportService projectImportService, TaskManager taskManager, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome, AttachmentManager attachmentManager)
           
 

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

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type AttachmentManager
DeleteGroup(IssueManager issueManager, CustomFieldManager customFieldManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, SubscriptionManager subscriptionManager, SearchRequestService searchRequestService, GroupService groupService, UserIssueHistoryManager userHistoryManager, TimeTrackingConfiguration timeTrackingConfiguration, GroupManager groupManager, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type AttachmentManager
AttachFile(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator, UserUtil userUtil)
           
CloneIssueDetails(ApplicationProperties applicationProperties, PermissionManager permissionManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, IssueLinkTypeManager issueLinkTypeManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, FieldManager fieldManager, IssueCreationHelperBean issueCreationHelperBean, IssueFactory issueFactory, IssueService issueService)
           
MoveIssueConfirm(SubTaskManager subTaskManager, AttachmentManager attachmentManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldManager fieldManager, FieldLayoutManager fieldLayoutmanager, IssueFactory issueFactory, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueSecurityHelper issueSecurityHelper, IssueManager issueManager, AttachmentPathManager attachmentPathManager, UserUtil userUtil)
           
 

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

Constructors in com.atlassian.jira.web.action.project with parameters of type AttachmentManager
DeleteProject(IssueManager issueManager, CustomFieldManager customFieldManager, AttachmentManager attachmentManager, ProjectManager projectManager, PermissionManager permissionManager, VersionManager versionManager, ProjectService projectService, ProjectFactory projectFactory, UserIssueHistoryManager userHistoryManager, TimeTrackingConfiguration timeTrackingConfiguration)
           
 

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

Constructors in com.atlassian.jira.web.util with parameters of type AttachmentManager
DefaultWebAttachmentManager(AttachmentManager attachmentManager, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext authenticationContext, TemporaryAttachmentsMonitorLocator locator, AttachmentService service)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.