Uses of Interface
com.atlassian.jira.issue.managers.IssueArchiveHelper
Packages that use IssueArchiveHelper
Package
Description
-
Uses of IssueArchiveHelper in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar
Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar that return IssueArchiveHelperModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.zduAwareIssueArchiveHelper(DefaultIssueArchiveHelper defaultIssueArchiveHelper, ArchivedProjectManager archivedProjectManager, FeatureManager featureManager) Methods in com.atlassian.jira.com.rproxy.goskope.component.spring.registrar with parameters of type IssueArchiveHelperModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.archivedProjectService(ArchivedProjectManager archivedProjectManager, IssueIndexingService issueIndexingService, I18nHelper.BeanFactory i18nFactory, com.atlassian.event.api.EventPublisher eventPublisher, IssueManager issueManager, JiraAuthenticationContext jiraAuthenticationContext, GlobalPermissionManager globalPermissionManager, ArchivedStatistics archivedStatistics, ProjectService projectService, ArchivingLicenseCheck archivingLicenseCheck, IssueArchiveHelper issueArchiveHelper) JiraDomainEntitiesConfiguration.issueFactory(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, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) -
Uses of IssueArchiveHelper in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return IssueArchiveHelperModifier and TypeMethodDescriptionstatic IssueArchiveHelperMockIssueFactory.getIssueArchiveHelper()Methods in com.atlassian.jira.issue with parameters of type IssueArchiveHelperModifier and TypeMethodDescriptionstatic voidMockIssueFactory.setIssueArchiveHelper(IssueArchiveHelper issueArchiveHelper) Constructors in com.atlassian.jira.issue with parameters of type IssueArchiveHelperModifierConstructorDescriptionDefaultIssueFactory(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, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) IssueImpl(Issue issue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) Create an issue, cloning another issue's data.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, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) Load an issue backed by the database. -
Uses of IssueArchiveHelper in com.atlassian.jira.issue.managers
Classes in com.atlassian.jira.issue.managers that implement IssueArchiveHelperModifier and TypeClassDescriptionclassclass -
Uses of IssueArchiveHelper in com.atlassian.jira.project.archiving
Constructors in com.atlassian.jira.project.archiving with parameters of type IssueArchiveHelperModifierConstructorDescriptionDefaultArchivedProjectService(ArchivedProjectManager archivedProjectManager, IssueIndexingService issueIndexingService, I18nHelper.BeanFactory i18nFactory, com.atlassian.event.api.EventPublisher eventPublisher, IssueManager issueManager, JiraAuthenticationContext jiraAuthenticationContext, GlobalPermissionManager globalPermissionManager, ArchivedStatistics archivedStatistics, ProjectService projectService, ArchivingLicenseCheck archivingLicenseCheck, IssueArchiveHelper issueArchiveHelper)