Uses of Interface
com.atlassian.core.ofbiz.association.AssociationManager

Packages that use AssociationManager
com.atlassian.core.ofbiz   
com.atlassian.core.ofbiz.association   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.security   
com.atlassian.jira.notification   
com.atlassian.jira.permission   
com.atlassian.jira.project.version   
com.atlassian.jira.scheme   
com.atlassian.jira.vcs   
com.atlassian.jira.workflow   
 

Uses of AssociationManager in com.atlassian.core.ofbiz
 

Methods in com.atlassian.core.ofbiz that return AssociationManager
static AssociationManager CoreFactory.getAssociationManager()
          Deprecated. Get AssociationManager from dependency injection instead. Since v5.0.
 

Methods in com.atlassian.core.ofbiz with parameters of type AssociationManager
static void CoreFactory.setAssociationManager(AssociationManager associationManager)
          Deprecated. Get AssociationManager from dependency injection instead. Since v5.0.
 

Uses of AssociationManager in com.atlassian.core.ofbiz.association
 

Classes in com.atlassian.core.ofbiz.association that implement AssociationManager
 class DefaultAssociationManager
          This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.
 

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

Constructors in com.atlassian.jira.imports.project with parameters of type AssociationManager
DefaultProjectImportPersister(UserUtil userUtil, ExternalUtils externalUtils, IssueFactory issueFactory, OfBizDelegator ofBizDelegator, IssueIndexManager issueIndexManager, IssueManager issueManager, 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 AssociationManager in com.atlassian.jira.issue.fields.layout.field
 

Constructors in com.atlassian.jira.issue.fields.layout.field with parameters of type AssociationManager
DefaultFieldLayoutManager(FieldManager fieldManager, OfBizDelegator ofBizDelegator, ConstantsManager constantsManager, SubTaskManager subTaskManager, ProjectManager projectManager, I18nHelper.BeanFactory i18n, AssociationManager associationManager, NodeAssociationStore nodeAssociationStore)
           
 

Uses of AssociationManager in com.atlassian.jira.issue.fields.screen.issuetype
 

Methods in com.atlassian.jira.issue.fields.screen.issuetype that return AssociationManager
protected  AssociationManager DefaultIssueTypeScreenSchemeManager.getAssociationManager()
           
 

Constructors in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type AssociationManager
DefaultIssueTypeScreenSchemeManager(OfBizDelegator ofBizDelegator, ConstantsManager constantsManager, FieldScreenSchemeManager fieldScreenSchemeManager, AssociationManager associationManager)
           
 

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

Constructors in com.atlassian.jira.issue.managers with parameters of type AssociationManager
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, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultIssueManager(OfBizDelegator ofBizDelegator, WorkflowManager workflowManager, AssociationManager associationManager, UserAssociationStore userAssociationStore, IssueUpdater issueUpdater, PermissionManager permissionManager)
           
 

Uses of AssociationManager in com.atlassian.jira.issue.security
 

Constructors in com.atlassian.jira.issue.security with parameters of type AssociationManager
IssueSecuritySchemeManagerImpl(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, PermissionContextFactory permissionContextFactory, SchemeFactory schemeFactory, com.atlassian.event.api.EventPublisher eventPublisher, AssociationManager associationManager, OfBizDelegator ofBizDelegator, GroupManager groupManager, NodeAssociationStore nodeAssociationStore)
           
 

Uses of AssociationManager in com.atlassian.jira.notification
 

Constructors in com.atlassian.jira.notification with parameters of type AssociationManager
DefaultNotificationSchemeManager(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, PermissionContextFactory permissionContextFactory, OfBizDelegator delegator, SchemeFactory schemeFactory, com.atlassian.event.api.EventPublisher eventPublisher, NotificationTypeManager notificationTypeManager, AssociationManager associationManager, GroupManager groupManager)
           
 

Uses of AssociationManager in com.atlassian.jira.permission
 

Constructors in com.atlassian.jira.permission with parameters of type AssociationManager
DefaultPermissionSchemeManager(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, PermissionContextFactory permissionContextFactory, OfBizDelegator delegator, SchemeFactory schemeFactory, AssociationManager associationManager, GroupManager groupManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
WorkflowBasedPermissionSchemeManager(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, WorkflowPermissionFactory workflowPermissionFactory, PermissionContextFactory permissionContextFactory, OfBizDelegator ofBizDelegator, SchemeFactory schemeFactory, com.atlassian.event.api.EventPublisher eventPublisher, AssociationManager associationManager, GroupManager groupManager)
           
 

Uses of AssociationManager in com.atlassian.jira.project.version
 

Fields in com.atlassian.jira.project.version declared as AssociationManager
protected  AssociationManager DefaultVersionManager.associationManager
           
 

Constructors in com.atlassian.jira.project.version with parameters of type AssociationManager
DefaultVersionManager(IssueManager issueManager, CollectionReorderer collectionReorderer, AssociationManager associationManager, IssueIndexManager issueIndexManager, ProjectManager projectManager, VersionStore versionStore)
           
 

Uses of AssociationManager in com.atlassian.jira.scheme
 

Constructors in com.atlassian.jira.scheme with parameters of type AssociationManager
AbstractSchemeManager(ProjectManager projectManager, AbstractSecurityTypeManager typeManager, PermissionContextFactory permissionContextFactory, SchemeFactory schemeFactory, AssociationManager associationManager, OfBizDelegator ofBizDelegator, GroupManager groupManager)
           
 

Uses of AssociationManager in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs that return AssociationManager
protected  AssociationManager DefaultRepositoryManager.getAssociationManager()
           
 

Constructors in com.atlassian.jira.vcs with parameters of type AssociationManager
DefaultRepositoryManager(AssociationManager associationManager, OfBizDelegator ofBizDelegator, ServiceManager serviceManager, PermissionManager permissionManager, ChangeHistoryManager changeHistoryManager, ProjectManager projectManager)
           
 

Uses of AssociationManager in com.atlassian.jira.workflow
 

Constructors in com.atlassian.jira.workflow with parameters of type AssociationManager
DefaultWorkflowSchemeManager(ProjectManager projectManager, PermissionTypeManager permissionTypeManager, PermissionContextFactory permissionContextFactory, SchemeFactory schemeFactory, WorkflowManager workflowManager, ConstantsManager constantsManager, OfBizDelegator ofBizDelegator, com.atlassian.event.api.EventPublisher eventPublisher, AssociationManager associationManager, GroupManager groupManager, DraftWorkflowSchemeStore draftWorkflowSchemeStore, JiraAuthenticationContext context, UserManager userManager, I18nHelper.BeanFactory i18nFactory, AssignableWorkflowSchemeStore assignableWorkflowSchemeStore)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.